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

<https://eurobis.org/id/occurrence/3066__819_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_20'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '819_20'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '28.5'^^xsd:double;
  dwc:startLongitude '28.5'^^xsd:double;
  dwc:endLongitude '28.5'^^xsd:double;
  dwc:latitude '36.35'^^xsd:double;
  dwc:startLatitude '36.35'^^xsd:double;
  dwc:endLatitude '36.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.5 36.35, 28.5 36.35, 28.5 36.35, 28.5 36.35, 28.5 36.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_20'^^xsd:string;
  dwc:observationDate '1998-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.712 31.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.712"^^xsd:decimal ;
  dwc:decimalLongitude "31.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/3066__819_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.712 31.33)"^^geo:wktLiteral ;
  geo-pos:lat "35.712"^^xsd:decimal ;
  geo-pos:long "31.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_26'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '819_26'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '31.33'^^xsd:double;
  dwc:startLongitude '31.33'^^xsd:double;
  dwc:endLongitude '31.33'^^xsd:double;
  dwc:latitude '35.712'^^xsd:double;
  dwc:startLatitude '35.712'^^xsd:double;
  dwc:endLatitude '35.712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((31.33 35.712, 31.33 35.712, 31.33 35.712, 31.33 35.712, 31.33 35.712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_26'^^xsd:string;
  dwc:observationDate '2012-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7583 33.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.7583"^^xsd:decimal ;
  dwc:decimalLongitude "33.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_36'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '819_36'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.7083'^^xsd:double;
  dwc:startLongitude '33.7083'^^xsd:double;
  dwc:endLongitude '33.7083'^^xsd:double;
  dwc:latitude '34.7583'^^xsd:double;
  dwc:startLatitude '34.7583'^^xsd:double;
  dwc:endLatitude '34.7583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.7083 34.7583, 33.7083 34.7583, 33.7083 34.7583, 33.7083 34.7583, 33.7083 34.7583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_36'^^xsd:string;
  dwc:observationDate '1997-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7167 33.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.7167"^^xsd:decimal ;
  dwc:decimalLongitude "33.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_40'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '819_40'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.725'^^xsd:double;
  dwc:startLongitude '33.725'^^xsd:double;
  dwc:endLongitude '33.725'^^xsd:double;
  dwc:latitude '34.7167'^^xsd:double;
  dwc:startLatitude '34.7167'^^xsd:double;
  dwc:endLatitude '34.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.725 34.7167, 33.725 34.7167, 33.725 34.7167, 33.725 34.7167, 33.725 34.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_40'^^xsd:string;
  dwc:observationDate '1999-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 33.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3"^^xsd:decimal ;
  dwc:decimalLongitude "33.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_50'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '819_50'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.7333'^^xsd:double;
  dwc:startLongitude '33.7333'^^xsd:double;
  dwc:endLongitude '33.7333'^^xsd:double;
  dwc:latitude '33.3'^^xsd:double;
  dwc:startLatitude '33.3'^^xsd:double;
  dwc:endLatitude '33.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.7333 33.3, 33.7333 33.3, 33.7333 33.3, 33.7333 33.3, 33.7333 33.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pc" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '819_50'^^xsd:string;
  dwc:observationDate '2003-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3343 33.8231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3343"^^xsd:decimal ;
  dwc:decimalLongitude "33.8231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_85'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '819_85'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.8231'^^xsd:double;
  dwc:startLongitude '33.8231'^^xsd:double;
  dwc:endLongitude '33.8231'^^xsd:double;
  dwc:latitude '32.3343'^^xsd:double;
  dwc:startLatitude '32.3343'^^xsd:double;
  dwc:endLatitude '32.3343'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.8231 32.3343, 33.8231 32.3343, 33.8231 32.3343, 33.8231 32.3343, 33.8231 32.3343))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_85'^^xsd:string;
  dwc:observationDate '2008-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4363 33.8398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4363"^^xsd:decimal ;
  dwc:decimalLongitude "33.8398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_29'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '819_29'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.8398'^^xsd:double;
  dwc:startLongitude '33.8398'^^xsd:double;
  dwc:endLongitude '33.8398'^^xsd:double;
  dwc:latitude '31.4363'^^xsd:double;
  dwc:startLatitude '31.4363'^^xsd:double;
  dwc:endLatitude '31.4363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.8398 31.4363, 33.8398 31.4363, 33.8398 31.4363, 33.8398 31.4363, 33.8398 31.4363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_29'^^xsd:string;
  dwc:observationDate '1993-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4167 33.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4167"^^xsd:decimal ;
  dwc:decimalLongitude "33.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_73'^^xsd:string;
  dwc:scientificName 'Steno bredanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '819_73'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.8667'^^xsd:double;
  dwc:startLongitude '33.8667'^^xsd:double;
  dwc:endLongitude '33.8667'^^xsd:double;
  dwc:latitude '32.4167'^^xsd:double;
  dwc:startLatitude '32.4167'^^xsd:double;
  dwc:endLatitude '32.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.8667 32.4167, 33.8667 32.4167, 33.8667 32.4167, 33.8667 32.4167, 33.8667 32.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sb" by the provider'^^xsd:string;
  dwc:aphiaid '137110'^^xsd:integer;
  dwc:occurrenceId '819_73'^^xsd:string;
  dwc:observationDate '2007-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3167 33.9203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3167"^^xsd:decimal ;
  dwc:decimalLongitude "33.9203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_86'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '819_86'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '33.9203'^^xsd:double;
  dwc:startLongitude '33.9203'^^xsd:double;
  dwc:endLongitude '33.9203'^^xsd:double;
  dwc:latitude '33.3167'^^xsd:double;
  dwc:startLatitude '33.3167'^^xsd:double;
  dwc:endLatitude '33.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.9203 33.3167, 33.9203 33.3167, 33.9203 33.3167, 33.9203 33.3167, 33.9203 33.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_86'^^xsd:string;
  dwc:observationDate '2008-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.85 34.0014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.85"^^xsd:decimal ;
  dwc:decimalLongitude "34.0014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_68'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '819_68'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.0014'^^xsd:double;
  dwc:startLongitude '34.0014'^^xsd:double;
  dwc:endLongitude '34.0014'^^xsd:double;
  dwc:latitude '31.85'^^xsd:double;
  dwc:startLatitude '31.85'^^xsd:double;
  dwc:endLatitude '31.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.0014 31.85, 34.0014 31.85, 34.0014 31.85, 34.0014 31.85, 34.0014 31.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pc" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '819_68'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.001 34.0023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.001"^^xsd:decimal ;
  dwc:decimalLongitude "34.0023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_100'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '819_100'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.0023'^^xsd:double;
  dwc:startLongitude '34.0023'^^xsd:double;
  dwc:endLongitude '34.0023'^^xsd:double;
  dwc:latitude '34.001'^^xsd:double;
  dwc:startLatitude '34.001'^^xsd:double;
  dwc:endLatitude '34.001'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.0023 34.001, 34.0023 34.001, 34.0023 34.001, 34.0023 34.001, 34.0023 34.001))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pc" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '819_100'^^xsd:string;
  dwc:observationDate '2010-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5454 34.024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5454"^^xsd:decimal ;
  dwc:decimalLongitude "34.024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_76'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '819_76'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.024'^^xsd:double;
  dwc:startLongitude '34.024'^^xsd:double;
  dwc:endLongitude '34.024'^^xsd:double;
  dwc:latitude '31.5454'^^xsd:double;
  dwc:startLatitude '31.5454'^^xsd:double;
  dwc:endLatitude '31.5454'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.024 31.5454, 34.024 31.5454, 34.024 31.5454, 34.024 31.5454, 34.024 31.5454))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_76'^^xsd:string;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8217 34.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8217"^^xsd:decimal ;
  dwc:decimalLongitude "34.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_62'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '819_62'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.0667'^^xsd:double;
  dwc:startLongitude '34.0667'^^xsd:double;
  dwc:endLongitude '34.0667'^^xsd:double;
  dwc:latitude '31.8217'^^xsd:double;
  dwc:startLatitude '31.8217'^^xsd:double;
  dwc:endLatitude '31.8217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.0667 31.8217, 34.0667 31.8217, 34.0667 31.8217, 34.0667 31.8217, 34.0667 31.8217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_62'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.933 34.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.933"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.933 34.07)"^^geo:wktLiteral ;
  geo-pos:lat "31.933"^^xsd:decimal ;
  geo-pos:long "34.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_22'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '819_22'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.07'^^xsd:double;
  dwc:startLongitude '34.07'^^xsd:double;
  dwc:endLongitude '34.07'^^xsd:double;
  dwc:latitude '31.933'^^xsd:double;
  dwc:startLatitude '31.933'^^xsd:double;
  dwc:endLatitude '31.933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.07 31.933, 34.07 31.933, 34.07 31.933, 34.07 31.933, 34.07 31.933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_22'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7195 34.0924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.7195"^^xsd:decimal ;
  dwc:decimalLongitude "34.0924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_74'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '819_74'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.0924'^^xsd:double;
  dwc:startLongitude '34.0924'^^xsd:double;
  dwc:endLongitude '34.0924'^^xsd:double;
  dwc:latitude '33.7195'^^xsd:double;
  dwc:startLatitude '33.7195'^^xsd:double;
  dwc:endLatitude '33.7195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.0924 33.7195, 34.0924 33.7195, 34.0924 33.7195, 34.0924 33.7195, 34.0924 33.7195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_74'^^xsd:string;
  dwc:observationDate '2007-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.32 34.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.32"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.32 34.11)"^^geo:wktLiteral ;
  geo-pos:lat "33.32"^^xsd:decimal ;
  geo-pos:long "34.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_96'^^xsd:string;
  dwc:scientificName 'Steno bredanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '819_96'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.11'^^xsd:double;
  dwc:startLongitude '34.11'^^xsd:double;
  dwc:endLongitude '34.11'^^xsd:double;
  dwc:latitude '33.32'^^xsd:double;
  dwc:startLatitude '33.32'^^xsd:double;
  dwc:endLatitude '33.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.11 33.32, 34.11 33.32, 34.11 33.32, 34.11 33.32, 34.11 33.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sb" by the provider'^^xsd:string;
  dwc:aphiaid '137110'^^xsd:integer;
  dwc:occurrenceId '819_96'^^xsd:string;
  dwc:observationDate '2009-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3982 34.1201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3982"^^xsd:decimal ;
  dwc:decimalLongitude "34.1201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_31'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '819_31'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.1201'^^xsd:double;
  dwc:startLongitude '34.1201'^^xsd:double;
  dwc:endLongitude '34.1201'^^xsd:double;
  dwc:latitude '31.3982'^^xsd:double;
  dwc:startLatitude '31.3982'^^xsd:double;
  dwc:endLatitude '31.3982'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.1201 31.3982, 34.1201 31.3982, 34.1201 31.3982, 34.1201 31.3982, 34.1201 31.3982))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_31'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41 34.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41 34.2)"^^geo:wktLiteral ;
  geo-pos:lat "31.41"^^xsd:decimal ;
  geo-pos:long "34.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_7'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '819_7'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.2'^^xsd:double;
  dwc:startLongitude '34.2'^^xsd:double;
  dwc:endLongitude '34.2'^^xsd:double;
  dwc:latitude '31.41'^^xsd:double;
  dwc:startLatitude '31.41'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.2 31.41, 34.2 31.41, 34.2 31.41, 34.2 31.41, 34.2 31.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_7'^^xsd:string;
  dwc:observationDate '2012-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3897 34.2123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3897"^^xsd:decimal ;
  dwc:decimalLongitude "34.2123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_63'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '819_63'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.2123'^^xsd:double;
  dwc:startLongitude '34.2123'^^xsd:double;
  dwc:endLongitude '34.2123'^^xsd:double;
  dwc:latitude '31.3897'^^xsd:double;
  dwc:startLatitude '31.3897'^^xsd:double;
  dwc:endLatitude '31.3897'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.2123 31.3897, 34.2123 31.3897, 34.2123 31.3897, 34.2123 31.3897, 34.2123 31.3897))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_63'^^xsd:string;
  dwc:observationDate '2005-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.35 34.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.35"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.35 34.23)"^^geo:wktLiteral ;
  geo-pos:lat "31.35"^^xsd:decimal ;
  geo-pos:long "34.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_2'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '819_2'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.23'^^xsd:double;
  dwc:startLongitude '34.23'^^xsd:double;
  dwc:endLongitude '34.23'^^xsd:double;
  dwc:latitude '31.35'^^xsd:double;
  dwc:startLatitude '31.35'^^xsd:double;
  dwc:endLatitude '31.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.23 31.35, 34.23 31.35, 34.23 31.35, 34.23 31.35, 34.23 31.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_2'^^xsd:string;
  dwc:observationDate '2012-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5835 34.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5835"^^xsd:decimal ;
  dwc:decimalLongitude "34.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_66'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '819_66'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.2367'^^xsd:double;
  dwc:startLongitude '34.2367'^^xsd:double;
  dwc:endLongitude '34.2367'^^xsd:double;
  dwc:latitude '31.5835'^^xsd:double;
  dwc:startLatitude '31.5835'^^xsd:double;
  dwc:endLatitude '31.5835'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.2367 31.5835, 34.2367 31.5835, 34.2367 31.5835, 34.2367 31.5835, 34.2367 31.5835))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_66'^^xsd:string;
  dwc:observationDate '2005-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4332 34.2482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4332"^^xsd:decimal ;
  dwc:decimalLongitude "34.2482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_87'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '819_87'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.2482'^^xsd:double;
  dwc:startLongitude '34.2482'^^xsd:double;
  dwc:endLongitude '34.2482'^^xsd:double;
  dwc:latitude '31.4332'^^xsd:double;
  dwc:startLatitude '31.4332'^^xsd:double;
  dwc:endLatitude '31.4332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.2482 31.4332, 34.2482 31.4332, 34.2482 31.4332, 34.2482 31.4332, 34.2482 31.4332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_87'^^xsd:string;
  dwc:observationDate '2008-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.57 34.2503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.57"^^xsd:decimal ;
  dwc:decimalLongitude "34.2503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_93'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_93'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.2503'^^xsd:double;
  dwc:startLongitude '34.2503'^^xsd:double;
  dwc:endLongitude '34.2503'^^xsd:double;
  dwc:latitude '32.57'^^xsd:double;
  dwc:startLatitude '32.57'^^xsd:double;
  dwc:endLatitude '32.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.2503 32.57, 34.2503 32.57, 34.2503 32.57, 34.2503 32.57, 34.2503 32.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_93'^^xsd:string;
  dwc:observationDate '2009-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2728 34.3029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2728"^^xsd:decimal ;
  dwc:decimalLongitude "34.3029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_65'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '819_65'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.3029'^^xsd:double;
  dwc:startLongitude '34.3029'^^xsd:double;
  dwc:endLongitude '34.3029'^^xsd:double;
  dwc:latitude '32.2728'^^xsd:double;
  dwc:startLatitude '32.2728'^^xsd:double;
  dwc:endLatitude '32.2728'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.3029 32.2728, 34.3029 32.2728, 34.3029 32.2728, 34.3029 32.2728, 34.3029 32.2728))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_65'^^xsd:string;
  dwc:observationDate '2005-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8771 34.3089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8771"^^xsd:decimal ;
  dwc:decimalLongitude "34.3089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_41'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '819_41'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.3089'^^xsd:double;
  dwc:startLongitude '34.3089'^^xsd:double;
  dwc:endLongitude '34.3089'^^xsd:double;
  dwc:latitude '32.8771'^^xsd:double;
  dwc:startLatitude '32.8771'^^xsd:double;
  dwc:endLatitude '32.8771'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.3089 32.8771, 34.3089 32.8771, 34.3089 32.8771, 34.3089 32.8771, 34.3089 32.8771))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_41'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.433 34.319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.433"^^xsd:decimal ;
  dwc:decimalLongitude "34.319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_23'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '819_23'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.319'^^xsd:double;
  dwc:startLongitude '34.319'^^xsd:double;
  dwc:endLongitude '34.319'^^xsd:double;
  dwc:latitude '32.433'^^xsd:double;
  dwc:startLatitude '32.433'^^xsd:double;
  dwc:endLatitude '32.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.319 32.433, 34.319 32.433, 34.319 32.433, 34.319 32.433, 34.319 32.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_23'^^xsd:string;
  dwc:observationDate '2012-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 34.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 34.33)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "34.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_17'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '819_17'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.33'^^xsd:double;
  dwc:startLongitude '34.33'^^xsd:double;
  dwc:endLongitude '34.33'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.87'^^xsd:double;
  dwc:endLatitude '31.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.33 31.87, 34.33 31.87, 34.33 31.87, 34.33 31.87, 34.33 31.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_17'^^xsd:string;
  dwc:observationDate '2014-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9488 34.4059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9488"^^xsd:decimal ;
  dwc:decimalLongitude "34.4059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_81'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '819_81'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.4059'^^xsd:double;
  dwc:startLongitude '34.4059'^^xsd:double;
  dwc:endLongitude '34.4059'^^xsd:double;
  dwc:latitude '31.9488'^^xsd:double;
  dwc:startLatitude '31.9488'^^xsd:double;
  dwc:endLatitude '31.9488'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.4059 31.9488, 34.4059 31.9488, 34.4059 31.9488, 34.4059 31.9488, 34.4059 31.9488))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_81'^^xsd:string;
  dwc:observationDate '2008-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9561 34.4169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9561"^^xsd:decimal ;
  dwc:decimalLongitude "34.4169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_43'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '819_43'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.4169'^^xsd:double;
  dwc:startLongitude '34.4169'^^xsd:double;
  dwc:endLongitude '34.4169'^^xsd:double;
  dwc:latitude '31.9561'^^xsd:double;
  dwc:startLatitude '31.9561'^^xsd:double;
  dwc:endLatitude '31.9561'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.4169 31.9561, 34.4169 31.9561, 34.4169 31.9561, 34.4169 31.9561, 34.4169 31.9561))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_43'^^xsd:string;
  dwc:observationDate '2001-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6125 34.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6125"^^xsd:decimal ;
  dwc:decimalLongitude "34.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_98'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '819_98'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.418'^^xsd:double;
  dwc:startLongitude '34.418'^^xsd:double;
  dwc:endLongitude '34.418'^^xsd:double;
  dwc:latitude '31.6125'^^xsd:double;
  dwc:startLatitude '31.6125'^^xsd:double;
  dwc:endLatitude '31.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.418 31.6125, 34.418 31.6125, 34.418 31.6125, 34.418 31.6125, 34.418 31.6125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_98'^^xsd:string;
  dwc:observationDate '2010-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.626 34.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.626"^^xsd:decimal ;
  dwc:decimalLongitude "34.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_60'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '819_60'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.449'^^xsd:double;
  dwc:startLongitude '34.449'^^xsd:double;
  dwc:endLongitude '34.449'^^xsd:double;
  dwc:latitude '32.626'^^xsd:double;
  dwc:startLatitude '32.626'^^xsd:double;
  dwc:endLatitude '32.626'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.449 32.626, 34.449 32.626, 34.449 32.626, 34.449 32.626, 34.449 32.626))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pc" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '819_60'^^xsd:string;
  dwc:observationDate '2005-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0667 34.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0667"^^xsd:decimal ;
  dwc:decimalLongitude "34.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_70'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_70'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.4667'^^xsd:double;
  dwc:startLongitude '34.4667'^^xsd:double;
  dwc:endLongitude '34.4667'^^xsd:double;
  dwc:latitude '33.0667'^^xsd:double;
  dwc:startLatitude '33.0667'^^xsd:double;
  dwc:endLatitude '33.0667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.4667 33.0667, 34.4667 33.0667, 34.4667 33.0667, 34.4667 33.0667, 34.4667 33.0667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pc" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '819_70'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5694 34.4836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5694"^^xsd:decimal ;
  dwc:decimalLongitude "34.4836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_57'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '819_57'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.4836'^^xsd:double;
  dwc:startLongitude '34.4836'^^xsd:double;
  dwc:endLongitude '34.4836'^^xsd:double;
  dwc:latitude '34.5694'^^xsd:double;
  dwc:startLatitude '34.5694'^^xsd:double;
  dwc:endLatitude '34.5694'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.4836 34.5694, 34.4836 34.5694, 34.4836 34.5694, 34.4836 34.5694, 34.4836 34.5694))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_57'^^xsd:string;
  dwc:observationDate '2004-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.63 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.63"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_18'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '819_18'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:startLongitude '34.5'^^xsd:double;
  dwc:endLongitude '34.5'^^xsd:double;
  dwc:latitude '31.63'^^xsd:double;
  dwc:startLatitude '31.63'^^xsd:double;
  dwc:endLatitude '31.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5 31.63, 34.5 31.63, 34.5 31.63, 34.5 31.63, 34.5 31.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_18'^^xsd:string;
  dwc:observationDate '2014-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.639 34.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.639"^^xsd:decimal ;
  dwc:decimalLongitude "34.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_6'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '819_6'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.502'^^xsd:double;
  dwc:startLongitude '34.502'^^xsd:double;
  dwc:endLongitude '34.502'^^xsd:double;
  dwc:latitude '31.639'^^xsd:double;
  dwc:startLatitude '31.639'^^xsd:double;
  dwc:endLatitude '31.639'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.502 31.639, 34.502 31.639, 34.502 31.639, 34.502 31.639, 34.502 31.639))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_6'^^xsd:string;
  dwc:observationDate '2012-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6425 34.5067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6425"^^xsd:decimal ;
  dwc:decimalLongitude "34.5067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_97'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '819_97'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5067'^^xsd:double;
  dwc:startLongitude '34.5067'^^xsd:double;
  dwc:endLongitude '34.5067'^^xsd:double;
  dwc:latitude '31.6425'^^xsd:double;
  dwc:startLatitude '31.6425'^^xsd:double;
  dwc:endLatitude '31.6425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5067 31.6425, 34.5067 31.6425, 34.5067 31.6425, 34.5067 31.6425, 34.5067 31.6425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_97'^^xsd:string;
  dwc:observationDate '2009-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 34.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4"^^xsd:decimal ;
  dwc:decimalLongitude "34.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_21'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '819_21'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.517'^^xsd:double;
  dwc:startLongitude '34.517'^^xsd:double;
  dwc:endLongitude '34.517'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:startLatitude '32.4'^^xsd:double;
  dwc:endLatitude '32.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.517 32.4, 34.517 32.4, 34.517 32.4, 34.517 32.4, 34.517 32.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_21'^^xsd:string;
  dwc:observationDate '2012-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6521 34.5201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6521"^^xsd:decimal ;
  dwc:decimalLongitude "34.5201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_48'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '819_48'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5201'^^xsd:double;
  dwc:startLongitude '34.5201'^^xsd:double;
  dwc:endLongitude '34.5201'^^xsd:double;
  dwc:latitude '31.6521'^^xsd:double;
  dwc:startLatitude '31.6521'^^xsd:double;
  dwc:endLatitude '31.6521'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5201 31.6521, 34.5201 31.6521, 34.5201 31.6521, 34.5201 31.6521, 34.5201 31.6521))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_48'^^xsd:string;
  dwc:observationDate '2003-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.75 34.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.75"^^xsd:decimal ;
  dwc:decimalLongitude "34.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_55'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '819_55'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5333'^^xsd:double;
  dwc:startLongitude '34.5333'^^xsd:double;
  dwc:endLongitude '34.5333'^^xsd:double;
  dwc:latitude '32.75'^^xsd:double;
  dwc:startLatitude '32.75'^^xsd:double;
  dwc:endLatitude '32.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5333 32.75, 34.5333 32.75, 34.5333 32.75, 34.5333 32.75, 34.5333 32.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_55'^^xsd:string;
  dwc:observationDate '2004-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6877 34.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6877"^^xsd:decimal ;
  dwc:decimalLongitude "34.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_104'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '819_104'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.535'^^xsd:double;
  dwc:startLongitude '34.535'^^xsd:double;
  dwc:endLongitude '34.535'^^xsd:double;
  dwc:latitude '31.6877'^^xsd:double;
  dwc:startLatitude '31.6877'^^xsd:double;
  dwc:endLatitude '31.6877'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.535 31.6877, 34.535 31.6877, 34.535 31.6877, 34.535 31.6877, 34.535 31.6877))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_104'^^xsd:string;
  dwc:observationDate '2012-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6833 34.5445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6833"^^xsd:decimal ;
  dwc:decimalLongitude "34.5445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_94'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_94'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5445'^^xsd:double;
  dwc:startLongitude '34.5445'^^xsd:double;
  dwc:endLongitude '34.5445'^^xsd:double;
  dwc:latitude '31.6833'^^xsd:double;
  dwc:startLatitude '31.6833'^^xsd:double;
  dwc:endLatitude '31.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5445 31.6833, 34.5445 31.6833, 34.5445 31.6833, 34.5445 31.6833, 34.5445 31.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_94'^^xsd:string;
  dwc:observationDate '2009-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.825 34.558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.825"^^xsd:decimal ;
  dwc:decimalLongitude "34.558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_24'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '819_24'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.558'^^xsd:double;
  dwc:startLongitude '34.558'^^xsd:double;
  dwc:endLongitude '34.558'^^xsd:double;
  dwc:latitude '32.825'^^xsd:double;
  dwc:startLatitude '32.825'^^xsd:double;
  dwc:endLatitude '32.825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.558 32.825, 34.558 32.825, 34.558 32.825, 34.558 32.825, 34.558 32.825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_24'^^xsd:string;
  dwc:observationDate '2012-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.92 34.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.92"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.92 34.56)"^^geo:wktLiteral ;
  geo-pos:lat "31.92"^^xsd:decimal ;
  geo-pos:long "34.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_19'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '819_19'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.56'^^xsd:double;
  dwc:startLongitude '34.56'^^xsd:double;
  dwc:endLongitude '34.56'^^xsd:double;
  dwc:latitude '31.92'^^xsd:double;
  dwc:startLatitude '31.92'^^xsd:double;
  dwc:endLatitude '31.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.56 31.92, 34.56 31.92, 34.56 31.92, 34.56 31.92, 34.56 31.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_19'^^xsd:string;
  dwc:observationDate '2014-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.789 34.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.789"^^xsd:decimal ;
  dwc:decimalLongitude "34.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_5'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '819_5'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.567'^^xsd:double;
  dwc:startLongitude '34.567'^^xsd:double;
  dwc:endLongitude '34.567'^^xsd:double;
  dwc:latitude '31.789'^^xsd:double;
  dwc:startLatitude '31.789'^^xsd:double;
  dwc:endLatitude '31.789'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.567 31.789, 34.567 31.789, 34.567 31.789, 34.567 31.789, 34.567 31.789))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_5'^^xsd:string;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.834 34.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.834"^^xsd:decimal ;
  dwc:decimalLongitude "34.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_89'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '819_89'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.567'^^xsd:double;
  dwc:startLongitude '34.567'^^xsd:double;
  dwc:endLongitude '34.567'^^xsd:double;
  dwc:latitude '31.834'^^xsd:double;
  dwc:startLatitude '31.834'^^xsd:double;
  dwc:endLatitude '31.834'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.567 31.834, 34.567 31.834, 34.567 31.834, 34.567 31.834, 34.567 31.834))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_89'^^xsd:string;
  dwc:observationDate '2009-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.851 34.568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.851"^^xsd:decimal ;
  dwc:decimalLongitude "34.568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_4'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '819_4'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.568'^^xsd:double;
  dwc:startLongitude '34.568'^^xsd:double;
  dwc:endLongitude '34.568'^^xsd:double;
  dwc:latitude '31.851'^^xsd:double;
  dwc:startLatitude '31.851'^^xsd:double;
  dwc:endLatitude '31.851'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.568 31.851, 34.568 31.851, 34.568 31.851, 34.568 31.851, 34.568 31.851))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_4'^^xsd:string;
  dwc:observationDate '2012-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7584 34.569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.7584"^^xsd:decimal ;
  dwc:decimalLongitude "34.569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_53'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '819_53'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.569'^^xsd:double;
  dwc:startLongitude '34.569'^^xsd:double;
  dwc:endLongitude '34.569'^^xsd:double;
  dwc:latitude '31.7584'^^xsd:double;
  dwc:startLatitude '31.7584'^^xsd:double;
  dwc:endLatitude '31.7584'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.569 31.7584, 34.569 31.7584, 34.569 31.7584, 34.569 31.7584, 34.569 31.7584))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_53'^^xsd:string;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8034 34.5717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8034"^^xsd:decimal ;
  dwc:decimalLongitude "34.5717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_71'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '819_71'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5717'^^xsd:double;
  dwc:startLongitude '34.5717'^^xsd:double;
  dwc:endLongitude '34.5717'^^xsd:double;
  dwc:latitude '31.8034'^^xsd:double;
  dwc:startLatitude '31.8034'^^xsd:double;
  dwc:endLatitude '31.8034'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5717 31.8034, 34.5717 31.8034, 34.5717 31.8034, 34.5717 31.8034, 34.5717 31.8034))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_71'^^xsd:string;
  dwc:observationDate '2006-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.6469 34.5719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.6469"^^xsd:decimal ;
  dwc:decimalLongitude "34.5719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_52'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '819_52'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5719'^^xsd:double;
  dwc:startLongitude '34.5719'^^xsd:double;
  dwc:endLongitude '34.5719'^^xsd:double;
  dwc:latitude '32.6469'^^xsd:double;
  dwc:startLatitude '32.6469'^^xsd:double;
  dwc:endLatitude '32.6469'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5719 32.6469, 34.5719 32.6469, 34.5719 32.6469, 34.5719 32.6469, 34.5719 32.6469))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_52'^^xsd:string;
  dwc:observationDate '2003-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8881 34.5748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8881"^^xsd:decimal ;
  dwc:decimalLongitude "34.5748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_78'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '819_78'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5748'^^xsd:double;
  dwc:startLongitude '34.5748'^^xsd:double;
  dwc:endLongitude '34.5748'^^xsd:double;
  dwc:latitude '31.8881'^^xsd:double;
  dwc:startLatitude '31.8881'^^xsd:double;
  dwc:endLatitude '31.8881'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5748 31.8881, 34.5748 31.8881, 34.5748 31.8881, 34.5748 31.8881, 34.5748 31.8881))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_78'^^xsd:string;
  dwc:observationDate '2007-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.753 34.582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.753"^^xsd:decimal ;
  dwc:decimalLongitude "34.582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_9'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '819_9'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.582'^^xsd:double;
  dwc:startLongitude '34.582'^^xsd:double;
  dwc:endLongitude '34.582'^^xsd:double;
  dwc:latitude '31.753'^^xsd:double;
  dwc:startLatitude '31.753'^^xsd:double;
  dwc:endLatitude '31.753'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.582 31.753, 34.582 31.753, 34.582 31.753, 34.582 31.753, 34.582 31.753))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_9'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8323 34.5828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8323"^^xsd:decimal ;
  dwc:decimalLongitude "34.5828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_75'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '819_75'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5828'^^xsd:double;
  dwc:startLongitude '34.5828'^^xsd:double;
  dwc:endLongitude '34.5828'^^xsd:double;
  dwc:latitude '31.8323'^^xsd:double;
  dwc:startLatitude '31.8323'^^xsd:double;
  dwc:endLatitude '31.8323'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5828 31.8323, 34.5828 31.8323, 34.5828 31.8323, 34.5828 31.8323, 34.5828 31.8323))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_75'^^xsd:string;
  dwc:observationDate '2007-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.73 34.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.73"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.73 34.59)"^^geo:wktLiteral ;
  geo-pos:lat "31.73"^^xsd:decimal ;
  geo-pos:long "34.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_16'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '819_16'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.59'^^xsd:double;
  dwc:startLongitude '34.59'^^xsd:double;
  dwc:endLongitude '34.59'^^xsd:double;
  dwc:latitude '31.73'^^xsd:double;
  dwc:startLatitude '31.73'^^xsd:double;
  dwc:endLatitude '31.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.59 31.73, 34.59 31.73, 34.59 31.73, 34.59 31.73, 34.59 31.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_16'^^xsd:string;
  dwc:observationDate '2013-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.775 34.5943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.775"^^xsd:decimal ;
  dwc:decimalLongitude "34.5943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_83'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '819_83'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5943'^^xsd:double;
  dwc:startLongitude '34.5943'^^xsd:double;
  dwc:endLongitude '34.5943'^^xsd:double;
  dwc:latitude '31.775'^^xsd:double;
  dwc:startLatitude '31.775'^^xsd:double;
  dwc:endLatitude '31.775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5943 31.775, 34.5943 31.775, 34.5943 31.775, 34.5943 31.775, 34.5943 31.775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_83'^^xsd:string;
  dwc:observationDate '2008-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8837 34.5995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8837"^^xsd:decimal ;
  dwc:decimalLongitude "34.5995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_79'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '819_79'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.5995'^^xsd:double;
  dwc:startLongitude '34.5995'^^xsd:double;
  dwc:endLongitude '34.5995'^^xsd:double;
  dwc:latitude '31.8837'^^xsd:double;
  dwc:startLatitude '31.8837'^^xsd:double;
  dwc:endLatitude '31.8837'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5995 31.8837, 34.5995 31.8837, 34.5995 31.8837, 34.5995 31.8837, 34.5995 31.8837))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_79'^^xsd:string;
  dwc:observationDate '2007-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.81 34.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.81"^^xsd:decimal ;
  dwc:decimalLongitude "34.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_15'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '819_15'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6'^^xsd:double;
  dwc:startLongitude '34.6'^^xsd:double;
  dwc:endLongitude '34.6'^^xsd:double;
  dwc:latitude '31.81'^^xsd:double;
  dwc:startLatitude '31.81'^^xsd:double;
  dwc:endLatitude '31.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6 31.81, 34.6 31.81, 34.6 31.81, 34.6 31.81, 34.6 31.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_15'^^xsd:string;
  dwc:observationDate '2013-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8277 34.6027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8277"^^xsd:decimal ;
  dwc:decimalLongitude "34.6027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_82'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '819_82'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6027'^^xsd:double;
  dwc:startLongitude '34.6027'^^xsd:double;
  dwc:endLongitude '34.6027'^^xsd:double;
  dwc:latitude '31.8277'^^xsd:double;
  dwc:startLatitude '31.8277'^^xsd:double;
  dwc:endLatitude '31.8277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6027 31.8277, 34.6027 31.8277, 34.6027 31.8277, 34.6027 31.8277, 34.6027 31.8277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_82'^^xsd:string;
  dwc:observationDate '2008-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8458 34.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8458"^^xsd:decimal ;
  dwc:decimalLongitude "34.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_80'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '819_80'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6033'^^xsd:double;
  dwc:startLongitude '34.6033'^^xsd:double;
  dwc:endLongitude '34.6033'^^xsd:double;
  dwc:latitude '31.8458'^^xsd:double;
  dwc:startLatitude '31.8458'^^xsd:double;
  dwc:endLatitude '31.8458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6033 31.8458, 34.6033 31.8458, 34.6033 31.8458, 34.6033 31.8458, 34.6033 31.8458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_80'^^xsd:string;
  dwc:observationDate '2007-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.83 34.613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.83"^^xsd:decimal ;
  dwc:decimalLongitude "34.613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_11'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '819_11'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.613'^^xsd:double;
  dwc:startLongitude '34.613'^^xsd:double;
  dwc:endLongitude '34.613'^^xsd:double;
  dwc:latitude '31.83'^^xsd:double;
  dwc:startLatitude '31.83'^^xsd:double;
  dwc:endLatitude '31.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.613 31.83, 34.613 31.83, 34.613 31.83, 34.613 31.83, 34.613 31.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_11'^^xsd:string;
  dwc:observationDate '2012-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.808 34.616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.808"^^xsd:decimal ;
  dwc:decimalLongitude "34.616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_90'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_90'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.616'^^xsd:double;
  dwc:startLongitude '34.616'^^xsd:double;
  dwc:endLongitude '34.616'^^xsd:double;
  dwc:latitude '31.808'^^xsd:double;
  dwc:startLatitude '31.808'^^xsd:double;
  dwc:endLatitude '31.808'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.616 31.808, 34.616 31.808, 34.616 31.808, 34.616 31.808, 34.616 31.808))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_90'^^xsd:string;
  dwc:observationDate '2009-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.81 34.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.81"^^xsd:decimal ;
  dwc:decimalLongitude "34.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_27'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '819_27'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.62'^^xsd:double;
  dwc:startLongitude '34.62'^^xsd:double;
  dwc:endLongitude '34.62'^^xsd:double;
  dwc:latitude '31.81'^^xsd:double;
  dwc:startLatitude '31.81'^^xsd:double;
  dwc:endLatitude '31.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.62 31.81, 34.62 31.81, 34.62 31.81, 34.62 31.81, 34.62 31.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_27'^^xsd:string;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7958 34.6232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.7958"^^xsd:decimal ;
  dwc:decimalLongitude "34.6232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_54'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '819_54'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6232'^^xsd:double;
  dwc:startLongitude '34.6232'^^xsd:double;
  dwc:endLongitude '34.6232'^^xsd:double;
  dwc:latitude '31.7958'^^xsd:double;
  dwc:startLatitude '31.7958'^^xsd:double;
  dwc:endLatitude '31.7958'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6232 31.7958, 34.6232 31.7958, 34.6232 31.7958, 34.6232 31.7958, 34.6232 31.7958))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_54'^^xsd:string;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.605 34.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.605"^^xsd:decimal ;
  dwc:decimalLongitude "34.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_101'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '819_101'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.625'^^xsd:double;
  dwc:startLongitude '34.625'^^xsd:double;
  dwc:endLongitude '34.625'^^xsd:double;
  dwc:latitude '33.605'^^xsd:double;
  dwc:startLatitude '33.605'^^xsd:double;
  dwc:endLatitude '33.605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.625 33.605, 34.625 33.605, 34.625 33.605, 34.625 33.605, 34.625 33.605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pc" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '819_101'^^xsd:string;
  dwc:observationDate '2010-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8234 34.6397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8234"^^xsd:decimal ;
  dwc:decimalLongitude "34.6397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_42'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '819_42'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6397'^^xsd:double;
  dwc:startLongitude '34.6397'^^xsd:double;
  dwc:endLongitude '34.6397'^^xsd:double;
  dwc:latitude '31.8234'^^xsd:double;
  dwc:startLatitude '31.8234'^^xsd:double;
  dwc:endLatitude '31.8234'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6397 31.8234, 34.6397 31.8234, 34.6397 31.8234, 34.6397 31.8234, 34.6397 31.8234))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_42'^^xsd:string;
  dwc:observationDate '2000-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8333 34.6417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8333"^^xsd:decimal ;
  dwc:decimalLongitude "34.6417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_105'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '819_105'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6417'^^xsd:double;
  dwc:startLongitude '34.6417'^^xsd:double;
  dwc:endLongitude '34.6417'^^xsd:double;
  dwc:latitude '31.8333'^^xsd:double;
  dwc:startLatitude '31.8333'^^xsd:double;
  dwc:endLatitude '31.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6417 31.8333, 34.6417 31.8333, 34.6417 31.8333, 34.6417 31.8333, 34.6417 31.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_105'^^xsd:string;
  dwc:observationDate '2012-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9227 34.6483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9227"^^xsd:decimal ;
  dwc:decimalLongitude "34.6483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_35'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '819_35'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6483'^^xsd:double;
  dwc:startLongitude '34.6483'^^xsd:double;
  dwc:endLongitude '34.6483'^^xsd:double;
  dwc:latitude '31.9227'^^xsd:double;
  dwc:startLatitude '31.9227'^^xsd:double;
  dwc:endLatitude '31.9227'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6483 31.9227, 34.6483 31.9227, 34.6483 31.9227, 34.6483 31.9227, 34.6483 31.9227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_35'^^xsd:string;
  dwc:observationDate '1996-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.81 34.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.81"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.81 34.65)"^^geo:wktLiteral ;
  geo-pos:lat "32.81"^^xsd:decimal ;
  geo-pos:long "34.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_25'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '819_25'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.65'^^xsd:double;
  dwc:startLongitude '34.65'^^xsd:double;
  dwc:endLongitude '34.65'^^xsd:double;
  dwc:latitude '32.81'^^xsd:double;
  dwc:startLatitude '32.81'^^xsd:double;
  dwc:endLatitude '32.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.65 32.81, 34.65 32.81, 34.65 32.81, 34.65 32.81, 34.65 32.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_25'^^xsd:string;
  dwc:observationDate '2014-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.926 34.653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.926"^^xsd:decimal ;
  dwc:decimalLongitude "34.653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_8'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '819_8'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.653'^^xsd:double;
  dwc:startLongitude '34.653'^^xsd:double;
  dwc:endLongitude '34.653'^^xsd:double;
  dwc:latitude '31.926'^^xsd:double;
  dwc:startLatitude '31.926'^^xsd:double;
  dwc:endLatitude '31.926'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.653 31.926, 34.653 31.926, 34.653 31.926, 34.653 31.926, 34.653 31.926))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_8'^^xsd:string;
  dwc:observationDate '2012-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9383 34.6639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9383"^^xsd:decimal ;
  dwc:decimalLongitude "34.6639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_88'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '819_88'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6639'^^xsd:double;
  dwc:startLongitude '34.6639'^^xsd:double;
  dwc:endLongitude '34.6639'^^xsd:double;
  dwc:latitude '31.9383'^^xsd:double;
  dwc:startLatitude '31.9383'^^xsd:double;
  dwc:endLatitude '31.9383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6639 31.9383, 34.6639 31.9383, 34.6639 31.9383, 34.6639 31.9383, 34.6639 31.9383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_88'^^xsd:string;
  dwc:observationDate '2009-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.105 34.684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.105"^^xsd:decimal ;
  dwc:decimalLongitude "34.684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_91'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '819_91'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.684'^^xsd:double;
  dwc:startLongitude '34.684'^^xsd:double;
  dwc:endLongitude '34.684'^^xsd:double;
  dwc:latitude '32.105'^^xsd:double;
  dwc:startLatitude '32.105'^^xsd:double;
  dwc:endLatitude '32.105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.684 32.105, 34.684 32.105, 34.684 32.105, 34.684 32.105, 34.684 32.105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_91'^^xsd:string;
  dwc:observationDate '2009-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9558 34.6869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9558"^^xsd:decimal ;
  dwc:decimalLongitude "34.6869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_30'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '819_30'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6869'^^xsd:double;
  dwc:startLongitude '34.6869'^^xsd:double;
  dwc:endLongitude '34.6869'^^xsd:double;
  dwc:latitude '31.9558'^^xsd:double;
  dwc:startLatitude '31.9558'^^xsd:double;
  dwc:endLatitude '31.9558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6869 31.9558, 34.6869 31.9558, 34.6869 31.9558, 34.6869 31.9558, 34.6869 31.9558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_30'^^xsd:string;
  dwc:observationDate '1995-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0496 34.6982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0496"^^xsd:decimal ;
  dwc:decimalLongitude "34.6982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_51'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '819_51'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.6982'^^xsd:double;
  dwc:startLongitude '34.6982'^^xsd:double;
  dwc:endLongitude '34.6982'^^xsd:double;
  dwc:latitude '32.0496'^^xsd:double;
  dwc:startLatitude '32.0496'^^xsd:double;
  dwc:endLatitude '32.0496'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6982 32.0496, 34.6982 32.0496, 34.6982 32.0496, 34.6982 32.0496, 34.6982 32.0496))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_51'^^xsd:string;
  dwc:observationDate '2003-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.067 34.703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.067"^^xsd:decimal ;
  dwc:decimalLongitude "34.703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_99'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '819_99'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.703'^^xsd:double;
  dwc:startLongitude '34.703'^^xsd:double;
  dwc:endLongitude '34.703'^^xsd:double;
  dwc:latitude '32.067'^^xsd:double;
  dwc:startLatitude '32.067'^^xsd:double;
  dwc:endLatitude '32.067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.703 32.067, 34.703 32.067, 34.703 32.067, 34.703 32.067, 34.703 32.067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_99'^^xsd:string;
  dwc:observationDate '2010-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.015 34.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.015"^^xsd:decimal ;
  dwc:decimalLongitude "34.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_95'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '819_95'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7167'^^xsd:double;
  dwc:startLongitude '34.7167'^^xsd:double;
  dwc:endLongitude '34.7167'^^xsd:double;
  dwc:latitude '32.015'^^xsd:double;
  dwc:startLatitude '32.015'^^xsd:double;
  dwc:endLatitude '32.015'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7167 32.015, 34.7167 32.015, 34.7167 32.015, 34.7167 32.015, 34.7167 32.015))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_95'^^xsd:string;
  dwc:observationDate '2009-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1708 34.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1708"^^xsd:decimal ;
  dwc:decimalLongitude "34.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_1'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '819_1'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.725'^^xsd:double;
  dwc:startLongitude '34.725'^^xsd:double;
  dwc:endLongitude '34.725'^^xsd:double;
  dwc:latitude '32.1708'^^xsd:double;
  dwc:startLatitude '32.1708'^^xsd:double;
  dwc:endLatitude '32.1708'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.725 32.1708, 34.725 32.1708, 34.725 32.1708, 34.725 32.1708, 34.725 32.1708))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_1'^^xsd:string;
  dwc:observationDate '2012-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1723 34.7272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1723"^^xsd:decimal ;
  dwc:decimalLongitude "34.7272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_72'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '819_72'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7272'^^xsd:double;
  dwc:startLongitude '34.7272'^^xsd:double;
  dwc:endLongitude '34.7272'^^xsd:double;
  dwc:latitude '32.1723'^^xsd:double;
  dwc:startLatitude '32.1723'^^xsd:double;
  dwc:endLatitude '32.1723'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7272 32.1723, 34.7272 32.1723, 34.7272 32.1723, 34.7272 32.1723, 34.7272 32.1723))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_72'^^xsd:string;
  dwc:observationDate '2007-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.05 34.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.05"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.05 34.74)"^^geo:wktLiteral ;
  geo-pos:lat "32.05"^^xsd:decimal ;
  geo-pos:long "34.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_10'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_10'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.74'^^xsd:double;
  dwc:startLongitude '34.74'^^xsd:double;
  dwc:endLongitude '34.74'^^xsd:double;
  dwc:latitude '32.05'^^xsd:double;
  dwc:startLatitude '32.05'^^xsd:double;
  dwc:endLatitude '32.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.74 32.05, 34.74 32.05, 34.74 32.05, 34.74 32.05, 34.74 32.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_10'^^xsd:string;
  dwc:observationDate '2012-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3458 34.7504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3458"^^xsd:decimal ;
  dwc:decimalLongitude "34.7504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_102'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '819_102'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.733333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7504'^^xsd:double;
  dwc:startLongitude '34.7504'^^xsd:double;
  dwc:endLongitude '34.7504'^^xsd:double;
  dwc:latitude '32.3458'^^xsd:double;
  dwc:startLatitude '32.3458'^^xsd:double;
  dwc:endLatitude '32.3458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7504 32.3458, 34.7504 32.3458, 34.7504 32.3458, 34.7504 32.3458, 34.7504 32.3458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_102'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1714 34.7522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1714"^^xsd:decimal ;
  dwc:decimalLongitude "34.7522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_103'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '819_103'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7522'^^xsd:double;
  dwc:startLongitude '34.7522'^^xsd:double;
  dwc:endLongitude '34.7522'^^xsd:double;
  dwc:latitude '32.1714'^^xsd:double;
  dwc:startLatitude '32.1714'^^xsd:double;
  dwc:endLatitude '32.1714'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7522 32.1714, 34.7522 32.1714, 34.7522 32.1714, 34.7522 32.1714, 34.7522 32.1714))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_103'^^xsd:string;
  dwc:observationDate '2011-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.117 34.753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.117"^^xsd:decimal ;
  dwc:decimalLongitude "34.753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_12'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '819_12'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.753'^^xsd:double;
  dwc:startLongitude '34.753'^^xsd:double;
  dwc:endLongitude '34.753'^^xsd:double;
  dwc:latitude '32.117'^^xsd:double;
  dwc:startLatitude '32.117'^^xsd:double;
  dwc:endLatitude '32.117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.753 32.117, 34.753 32.117, 34.753 32.117, 34.753 32.117, 34.753 32.117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_12'^^xsd:string;
  dwc:observationDate '2012-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9209 34.7547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9209"^^xsd:decimal ;
  dwc:decimalLongitude "34.7547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_61'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '819_61'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7547'^^xsd:double;
  dwc:startLongitude '34.7547'^^xsd:double;
  dwc:endLongitude '34.7547'^^xsd:double;
  dwc:latitude '32.9209'^^xsd:double;
  dwc:startLatitude '32.9209'^^xsd:double;
  dwc:endLatitude '32.9209'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7547 32.9209, 34.7547 32.9209, 34.7547 32.9209, 34.7547 32.9209, 34.7547 32.9209))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_61'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2384 34.7622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2384"^^xsd:decimal ;
  dwc:decimalLongitude "34.7622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_58'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '819_58'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.75'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7622'^^xsd:double;
  dwc:startLongitude '34.7622'^^xsd:double;
  dwc:endLongitude '34.7622'^^xsd:double;
  dwc:latitude '32.2384'^^xsd:double;
  dwc:startLatitude '32.2384'^^xsd:double;
  dwc:endLatitude '32.2384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7622 32.2384, 34.7622 32.2384, 34.7622 32.2384, 34.7622 32.2384, 34.7622 32.2384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_58'^^xsd:string;
  dwc:observationDate '2004-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1 34.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1"^^xsd:decimal ;
  dwc:decimalLongitude "34.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_14'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '819_14'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.767'^^xsd:double;
  dwc:startLongitude '34.767'^^xsd:double;
  dwc:endLongitude '34.767'^^xsd:double;
  dwc:latitude '32.1'^^xsd:double;
  dwc:startLatitude '32.1'^^xsd:double;
  dwc:endLatitude '32.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.767 32.1, 34.767 32.1, 34.767 32.1, 34.767 32.1, 34.767 32.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_14'^^xsd:string;
  dwc:observationDate '2012-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1147 34.7682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1147"^^xsd:decimal ;
  dwc:decimalLongitude "34.7682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_46'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '819_46'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7682'^^xsd:double;
  dwc:startLongitude '34.7682'^^xsd:double;
  dwc:endLongitude '34.7682'^^xsd:double;
  dwc:latitude '32.1147'^^xsd:double;
  dwc:startLatitude '32.1147'^^xsd:double;
  dwc:endLatitude '32.1147'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7682 32.1147, 34.7682 32.1147, 34.7682 32.1147, 34.7682 32.1147, 34.7682 32.1147))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_46'^^xsd:string;
  dwc:observationDate '2002-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3199 34.7707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3199"^^xsd:decimal ;
  dwc:decimalLongitude "34.7707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_92'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '819_92'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7707'^^xsd:double;
  dwc:startLongitude '34.7707'^^xsd:double;
  dwc:endLongitude '34.7707'^^xsd:double;
  dwc:latitude '32.3199'^^xsd:double;
  dwc:startLatitude '32.3199'^^xsd:double;
  dwc:endLatitude '32.3199'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7707 32.3199, 34.7707 32.3199, 34.7707 32.3199, 34.7707 32.3199, 34.7707 32.3199))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_92'^^xsd:string;
  dwc:observationDate '2009-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 34.778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "34.778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_13'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '819_13'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.778'^^xsd:double;
  dwc:startLongitude '34.778'^^xsd:double;
  dwc:endLongitude '34.778'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.2'^^xsd:double;
  dwc:endLatitude '32.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.778 32.2, 34.778 32.2, 34.778 32.2, 34.778 32.2, 34.778 32.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_13'^^xsd:string;
  dwc:observationDate '2012-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1726 34.7798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1726"^^xsd:decimal ;
  dwc:decimalLongitude "34.7798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_49'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '819_49'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7798'^^xsd:double;
  dwc:startLongitude '34.7798'^^xsd:double;
  dwc:endLongitude '34.7798'^^xsd:double;
  dwc:latitude '32.1726'^^xsd:double;
  dwc:startLatitude '32.1726'^^xsd:double;
  dwc:endLatitude '32.1726'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7798 32.1726, 34.7798 32.1726, 34.7798 32.1726, 34.7798 32.1726, 34.7798 32.1726))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_49'^^xsd:string;
  dwc:observationDate '2003-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.158 34.786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.158"^^xsd:decimal ;
  dwc:decimalLongitude "34.786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_3'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '819_3'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.786'^^xsd:double;
  dwc:startLongitude '34.786'^^xsd:double;
  dwc:endLongitude '34.786'^^xsd:double;
  dwc:latitude '32.158'^^xsd:double;
  dwc:startLatitude '32.158'^^xsd:double;
  dwc:endLatitude '32.158'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.786 32.158, 34.786 32.158, 34.786 32.158, 34.786 32.158, 34.786 32.158))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_3'^^xsd:string;
  dwc:observationDate '2012-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1787 34.7877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1787"^^xsd:decimal ;
  dwc:decimalLongitude "34.7877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_77'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '819_77'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.7877'^^xsd:double;
  dwc:startLongitude '34.7877'^^xsd:double;
  dwc:endLongitude '34.7877'^^xsd:double;
  dwc:latitude '32.1787'^^xsd:double;
  dwc:startLatitude '32.1787'^^xsd:double;
  dwc:endLatitude '32.1787'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.7877 32.1787, 34.7877 32.1787, 34.7877 32.1787, 34.7877 32.1787, 34.7877 32.1787))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_77'^^xsd:string;
  dwc:observationDate '2007-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2882 34.8271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2882"^^xsd:decimal ;
  dwc:decimalLongitude "34.8271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_59'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '819_59'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.8271'^^xsd:double;
  dwc:startLongitude '34.8271'^^xsd:double;
  dwc:endLongitude '34.8271'^^xsd:double;
  dwc:latitude '32.2882'^^xsd:double;
  dwc:startLatitude '32.2882'^^xsd:double;
  dwc:endLatitude '32.2882'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.8271 32.2882, 34.8271 32.2882, 34.8271 32.2882, 34.8271 32.2882, 34.8271 32.2882))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_59'^^xsd:string;
  dwc:observationDate '2005-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4851 34.8282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4851"^^xsd:decimal ;
  dwc:decimalLongitude "34.8282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_34'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '819_34'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.8282'^^xsd:double;
  dwc:startLongitude '34.8282'^^xsd:double;
  dwc:endLongitude '34.8282'^^xsd:double;
  dwc:latitude '32.4851'^^xsd:double;
  dwc:startLatitude '32.4851'^^xsd:double;
  dwc:endLatitude '32.4851'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.8282 32.4851, 34.8282 32.4851, 34.8282 32.4851, 34.8282 32.4851, 34.8282 32.4851))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_34'^^xsd:string;
  dwc:observationDate '1996-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3999 34.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3999"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/3066__819_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3999 34.84)"^^geo:wktLiteral ;
  geo-pos:lat "32.3999"^^xsd:decimal ;
  geo-pos:long "34.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3066__819_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_32'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '819_32'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.84'^^xsd:double;
  dwc:startLongitude '34.84'^^xsd:double;
  dwc:endLongitude '34.84'^^xsd:double;
  dwc:latitude '32.3999'^^xsd:double;
  dwc:startLatitude '32.3999'^^xsd:double;
  dwc:endLatitude '32.3999'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.84 32.3999, 34.84 32.3999, 34.84 32.3999, 34.84 32.3999, 34.84 32.3999))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_32'^^xsd:string;
  dwc:observationDate '1996-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4123 34.8442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4123"^^xsd:decimal ;
  dwc:decimalLongitude "34.8442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_39'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '819_39'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.8442'^^xsd:double;
  dwc:startLongitude '34.8442'^^xsd:double;
  dwc:endLongitude '34.8442'^^xsd:double;
  dwc:latitude '32.4123'^^xsd:double;
  dwc:startLatitude '32.4123'^^xsd:double;
  dwc:endLatitude '32.4123'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.8442 32.4123, 34.8442 32.4123, 34.8442 32.4123, 34.8442 32.4123, 34.8442 32.4123))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_39'^^xsd:string;
  dwc:observationDate '1999-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0149 34.8498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0149"^^xsd:decimal ;
  dwc:decimalLongitude "34.8498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_64'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '819_64'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.8498'^^xsd:double;
  dwc:startLongitude '34.8498'^^xsd:double;
  dwc:endLongitude '34.8498'^^xsd:double;
  dwc:latitude '33.0149'^^xsd:double;
  dwc:startLatitude '33.0149'^^xsd:double;
  dwc:endLatitude '33.0149'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.8498 33.0149, 34.8498 33.0149, 34.8498 33.0149, 34.8498 33.0149, 34.8498 33.0149))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_64'^^xsd:string;
  dwc:observationDate '2005-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8989 34.8875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8989"^^xsd:decimal ;
  dwc:decimalLongitude "34.8875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_38'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '819_38'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.8875'^^xsd:double;
  dwc:startLongitude '34.8875'^^xsd:double;
  dwc:endLongitude '34.8875'^^xsd:double;
  dwc:latitude '32.8989'^^xsd:double;
  dwc:startLatitude '32.8989'^^xsd:double;
  dwc:endLatitude '32.8989'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.8875 32.8989, 34.8875 32.8989, 34.8875 32.8989, 34.8875 32.8989, 34.8875 32.8989))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_38'^^xsd:string;
  dwc:observationDate '1998-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7826 34.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7826"^^xsd:decimal ;
  dwc:decimalLongitude "34.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_28'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_28'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.9208'^^xsd:double;
  dwc:startLongitude '34.9208'^^xsd:double;
  dwc:endLongitude '34.9208'^^xsd:double;
  dwc:latitude '32.7826'^^xsd:double;
  dwc:startLatitude '32.7826'^^xsd:double;
  dwc:endLatitude '32.7826'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.9208 32.7826, 34.9208 32.7826, 34.9208 32.7826, 34.9208 32.7826, 34.9208 32.7826))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dd" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '819_28'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8038 34.9277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8038"^^xsd:decimal ;
  dwc:decimalLongitude "34.9277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_33'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '819_33'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.9277'^^xsd:double;
  dwc:startLongitude '34.9277'^^xsd:double;
  dwc:endLongitude '34.9277'^^xsd:double;
  dwc:latitude '32.8038'^^xsd:double;
  dwc:startLatitude '32.8038'^^xsd:double;
  dwc:endLatitude '32.8038'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.9277 32.8038, 34.9277 32.8038, 34.9277 32.8038, 34.9277 32.8038, 34.9277 32.8038))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_33'^^xsd:string;
  dwc:observationDate '1996-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7063 34.9393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7063"^^xsd:decimal ;
  dwc:decimalLongitude "34.9393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_56'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '819_56'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.9393'^^xsd:double;
  dwc:startLongitude '34.9393'^^xsd:double;
  dwc:endLongitude '34.9393'^^xsd:double;
  dwc:latitude '32.7063'^^xsd:double;
  dwc:startLatitude '32.7063'^^xsd:double;
  dwc:endLatitude '32.7063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.9393 32.7063, 34.9393 32.7063, 34.9393 32.7063, 34.9393 32.7063, 34.9393 32.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gg" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '819_56'^^xsd:string;
  dwc:observationDate '2004-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8232 34.9905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8232"^^xsd:decimal ;
  dwc:decimalLongitude "34.9905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_69'^^xsd:string;
  dwc:scientificName 'Steno bredanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '819_69'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '34.9905'^^xsd:double;
  dwc:startLongitude '34.9905'^^xsd:double;
  dwc:endLongitude '34.9905'^^xsd:double;
  dwc:latitude '32.8232'^^xsd:double;
  dwc:startLatitude '32.8232'^^xsd:double;
  dwc:endLatitude '32.8232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.9905 32.8232, 34.9905 32.8232, 34.9905 32.8232, 34.9905 32.8232, 34.9905 32.8232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sb" by the provider'^^xsd:string;
  dwc:aphiaid '137110'^^xsd:integer;
  dwc:occurrenceId '819_69'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8168 35.005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8168"^^xsd:decimal ;
  dwc:decimalLongitude "35.005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_84'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '819_84'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^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'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '35.005'^^xsd:double;
  dwc:startLongitude '35.005'^^xsd:double;
  dwc:endLongitude '35.005'^^xsd:double;
  dwc:latitude '32.8168'^^xsd:double;
  dwc:startLatitude '32.8168'^^xsd:double;
  dwc:endLatitude '32.8168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.005 32.8168, 35.005 32.8168, 35.005 32.8168, 35.005 32.8168, 35.005 32.8168))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_84'^^xsd:string;
  dwc:observationDate '2008-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8432 35.0173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8432"^^xsd:decimal ;
  dwc:decimalLongitude "35.0173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_45'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '819_45'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '35.0173'^^xsd:double;
  dwc:startLongitude '35.0173'^^xsd:double;
  dwc:endLongitude '35.0173'^^xsd:double;
  dwc:latitude '32.8432'^^xsd:double;
  dwc:startLatitude '32.8432'^^xsd:double;
  dwc:endLatitude '32.8432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.0173 32.8432, 35.0173 32.8432, 35.0173 32.8432, 35.0173 32.8432, 35.0173 32.8432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pm" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '819_45'^^xsd:string;
  dwc:observationDate '2002-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8149 35.0224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8149"^^xsd:decimal ;
  dwc:decimalLongitude "35.0224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_67'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '819_67'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '35.0224'^^xsd:double;
  dwc:startLongitude '35.0224'^^xsd:double;
  dwc:endLongitude '35.0224'^^xsd:double;
  dwc:latitude '32.8149'^^xsd:double;
  dwc:startLatitude '32.8149'^^xsd:double;
  dwc:endLatitude '32.8149'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.0224 32.8149, 35.0224 32.8149, 35.0224 32.8149, 35.0224 32.8149, 35.0224 32.8149))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_67'^^xsd:string;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.914 35.0466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.914"^^xsd:decimal ;
  dwc:decimalLongitude "35.0466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_44'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '819_44'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '35.0466'^^xsd:double;
  dwc:startLongitude '35.0466'^^xsd:double;
  dwc:endLongitude '35.0466'^^xsd:double;
  dwc:latitude '32.914'^^xsd:double;
  dwc:startLatitude '32.914'^^xsd:double;
  dwc:endLatitude '32.914'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.0466 32.914, 35.0466 32.914, 35.0466 32.914, 35.0466 32.914, 35.0466 32.914))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Ba" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '819_44'^^xsd:string;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8705 35.0543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8705"^^xsd:decimal ;
  dwc:decimalLongitude "35.0543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_47'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '819_47'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '35.0543'^^xsd:double;
  dwc:startLongitude '35.0543'^^xsd:double;
  dwc:endLongitude '35.0543'^^xsd:double;
  dwc:latitude '32.8705'^^xsd:double;
  dwc:startLatitude '32.8705'^^xsd:double;
  dwc:endLatitude '32.8705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.0543 32.8705, 35.0543 32.8705, 35.0543 32.8705, 35.0543 32.8705, 35.0543 32.8705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sc" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '819_47'^^xsd:string;
  dwc:observationDate '2003-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3066__819_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3066__819_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/3066__819_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0395 35.0883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0395"^^xsd:decimal ;
  dwc:decimalLongitude "35.0883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3066__819_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "819_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3066_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-02'^^xsd:date;
  dwc:institutionCode 'IMMRAC'^^xsd:string;
  dwc:collectionCode '819'^^xsd:integer;
  dwc:catalogNumber '819_37'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '819_37'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:continentOcean 'Levantine Basin,Northern Red Sea'^^xsd:string;
  dwc:longitude '35.0883'^^xsd:double;
  dwc:startLongitude '35.0883'^^xsd:double;
  dwc:endLongitude '35.0883'^^xsd:double;
  dwc:latitude '33.0395'^^xsd:double;
  dwc:startLatitude '33.0395'^^xsd:double;
  dwc:endLatitude '33.0395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.0883 33.0395, 35.0883 33.0395, 35.0883 33.0395, 35.0883 33.0395, 35.0883 33.0395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bp" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '819_37'^^xsd:string;
  dwc:observationDate '1997-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF