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

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

<https://eurobis.org/id/occurrence/3130__832_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_26'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '832_26'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.588056'^^xsd:double;
  dwc:startLongitude '28.5880556'^^xsd:double;
  dwc:endLongitude '28.5880556'^^xsd:double;
  dwc:latitude '43.797778'^^xsd:double;
  dwc:startLatitude '43.7977778'^^xsd:double;
  dwc:endLatitude '43.7977778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.5880556 43.7977778, 28.5880556 43.7977778, 28.5880556 43.7977778, 28.5880556 43.7977778, 28.5880556 43.7977778))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_26'^^xsd:string;
  dwc:observationDate '2012-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.822948 28.590846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.822948"^^xsd:decimal ;
  dwc:decimalLongitude "28.590846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_91'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '832_91'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.590846'^^xsd:double;
  dwc:startLongitude '28.5908461'^^xsd:double;
  dwc:endLongitude '28.5908461'^^xsd:double;
  dwc:latitude '43.822948'^^xsd:double;
  dwc:startLatitude '43.8229479'^^xsd:double;
  dwc:endLatitude '43.8229479'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.5908461 43.8229479, 28.5908461 43.8229479, 28.5908461 43.8229479, 28.5908461 43.8229479, 28.5908461 43.8229479))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_91'^^xsd:string;
  dwc:observationDate '2016-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798333 28.601389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798333"^^xsd:decimal ;
  dwc:decimalLongitude "28.601389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_32'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_32'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.601389'^^xsd:double;
  dwc:startLongitude '28.6013889'^^xsd:double;
  dwc:endLongitude '28.6013889'^^xsd:double;
  dwc:latitude '43.798333'^^xsd:double;
  dwc:startLatitude '43.7983333'^^xsd:double;
  dwc:endLatitude '43.7983333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6013889 43.7983333, 28.6013889 43.7983333, 28.6013889 43.7983333, 28.6013889 43.7983333, 28.6013889 43.7983333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_32'^^xsd:string;
  dwc:observationDate '2013-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.795278 28.606111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.795278"^^xsd:decimal ;
  dwc:decimalLongitude "28.606111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_23'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '832_23'^^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 '6'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.606111'^^xsd:double;
  dwc:startLongitude '28.6061111'^^xsd:double;
  dwc:endLongitude '28.6061111'^^xsd:double;
  dwc:latitude '43.795278'^^xsd:double;
  dwc:startLatitude '43.7952778'^^xsd:double;
  dwc:endLatitude '43.7952778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6061111 43.7952778, 28.6061111 43.7952778, 28.6061111 43.7952778, 28.6061111 43.7952778, 28.6061111 43.7952778))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_23'^^xsd:string;
  dwc:observationDate '2012-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.856316 28.609428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.856316"^^xsd:decimal ;
  dwc:decimalLongitude "28.609428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_89'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '832_89'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.609428'^^xsd:double;
  dwc:startLongitude '28.6094284'^^xsd:double;
  dwc:endLongitude '28.6094284'^^xsd:double;
  dwc:latitude '43.856316'^^xsd:double;
  dwc:startLatitude '43.8563163'^^xsd:double;
  dwc:endLatitude '43.8563163'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6094284 43.8563163, 28.6094284 43.8563163, 28.6094284 43.8563163, 28.6094284 43.8563163, 28.6094284 43.8563163))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_89'^^xsd:string;
  dwc:observationDate '2016-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.843889 28.615278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.843889"^^xsd:decimal ;
  dwc:decimalLongitude "28.615278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_34'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_34'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.615278'^^xsd:double;
  dwc:startLongitude '28.6152778'^^xsd:double;
  dwc:endLongitude '28.6152778'^^xsd:double;
  dwc:latitude '43.843889'^^xsd:double;
  dwc:startLatitude '43.8438889'^^xsd:double;
  dwc:endLatitude '43.8438889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6152778 43.8438889, 28.6152778 43.8438889, 28.6152778 43.8438889, 28.6152778 43.8438889, 28.6152778 43.8438889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_34'^^xsd:string;
  dwc:observationDate '2013-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.800341 28.616252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.800341"^^xsd:decimal ;
  dwc:decimalLongitude "28.616252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_99'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '832_99'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.616252'^^xsd:double;
  dwc:startLongitude '28.6162519'^^xsd:double;
  dwc:endLongitude '28.6162519'^^xsd:double;
  dwc:latitude '43.800341'^^xsd:double;
  dwc:startLatitude '43.8003408'^^xsd:double;
  dwc:endLatitude '43.8003408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6162519 43.8003408, 28.6162519 43.8003408, 28.6162519 43.8003408, 28.6162519 43.8003408, 28.6162519 43.8003408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_99'^^xsd:string;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.810252 28.625221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.810252"^^xsd:decimal ;
  dwc:decimalLongitude "28.625221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_82'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '832_82'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.625221'^^xsd:double;
  dwc:startLongitude '28.6252213'^^xsd:double;
  dwc:endLongitude '28.6252213'^^xsd:double;
  dwc:latitude '43.810252'^^xsd:double;
  dwc:startLatitude '43.8102518'^^xsd:double;
  dwc:endLatitude '43.8102518'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6252213 43.8102518, 28.6252213 43.8102518, 28.6252213 43.8102518, 28.6252213 43.8102518, 28.6252213 43.8102518))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_82'^^xsd:string;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.882222 28.626944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.882222"^^xsd:decimal ;
  dwc:decimalLongitude "28.626944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_33'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_33'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.6833333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.626944'^^xsd:double;
  dwc:startLongitude '28.6269444'^^xsd:double;
  dwc:endLongitude '28.6269444'^^xsd:double;
  dwc:latitude '43.882222'^^xsd:double;
  dwc:startLatitude '43.8822222'^^xsd:double;
  dwc:endLatitude '43.8822222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6269444 43.8822222, 28.6269444 43.8822222, 28.6269444 43.8822222, 28.6269444 43.8822222, 28.6269444 43.8822222))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_33'^^xsd:string;
  dwc:observationDate '2013-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8125 28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8125"^^xsd:decimal ;
  dwc:decimalLongitude "28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_39'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '832_39'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.64'^^xsd:double;
  dwc:startLongitude '28.64'^^xsd:double;
  dwc:endLongitude '28.64'^^xsd:double;
  dwc:latitude '43.8125'^^xsd:double;
  dwc:startLatitude '43.8125'^^xsd:double;
  dwc:endLatitude '43.8125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.64 43.8125, 28.64 43.8125, 28.64 43.8125, 28.64 43.8125, 28.64 43.8125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_39'^^xsd:string;
  dwc:observationDate '2013-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.238833 28.649194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.238833"^^xsd:decimal ;
  dwc:decimalLongitude "28.649194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_30'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '832_30'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.649194'^^xsd:double;
  dwc:startLongitude '28.6491944'^^xsd:double;
  dwc:endLongitude '28.6491944'^^xsd:double;
  dwc:latitude '44.238833'^^xsd:double;
  dwc:startLatitude '44.2388333'^^xsd:double;
  dwc:endLatitude '44.2388333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6491944 44.2388333, 28.6491944 44.2388333, 28.6491944 44.2388333, 28.6491944 44.2388333, 28.6491944 44.2388333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_30'^^xsd:string;
  dwc:observationDate '2013-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.294444 28.651389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.294444"^^xsd:decimal ;
  dwc:decimalLongitude "28.651389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_40'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '832_40'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.651389'^^xsd:double;
  dwc:startLongitude '28.6513889'^^xsd:double;
  dwc:endLongitude '28.6513889'^^xsd:double;
  dwc:latitude '44.294444'^^xsd:double;
  dwc:startLatitude '44.2944444'^^xsd:double;
  dwc:endLatitude '44.2944444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6513889 44.2944444, 28.6513889 44.2944444, 28.6513889 44.2944444, 28.6513889 44.2944444, 28.6513889 44.2944444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_40'^^xsd:string;
  dwc:observationDate '2013-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.881111 28.652778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.881111"^^xsd:decimal ;
  dwc:decimalLongitude "28.652778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_37'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_37'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.05'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.652778'^^xsd:double;
  dwc:startLongitude '28.6527778'^^xsd:double;
  dwc:endLongitude '28.6527778'^^xsd:double;
  dwc:latitude '43.881111'^^xsd:double;
  dwc:startLatitude '43.8811111'^^xsd:double;
  dwc:endLatitude '43.8811111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6527778 43.8811111, 28.6527778 43.8811111, 28.6527778 43.8811111, 28.6527778 43.8811111, 28.6527778 43.8811111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_37'^^xsd:string;
  dwc:observationDate '2013-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96868 28.654974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96868"^^xsd:decimal ;
  dwc:decimalLongitude "28.654974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_19'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '832_19'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.654974'^^xsd:double;
  dwc:startLongitude '28.6549736'^^xsd:double;
  dwc:endLongitude '28.6549736'^^xsd:double;
  dwc:latitude '43.96868'^^xsd:double;
  dwc:startLatitude '43.96868'^^xsd:double;
  dwc:endLatitude '43.96868'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6549736 43.96868, 28.6549736 43.96868, 28.6549736 43.96868, 28.6549736 43.96868, 28.6549736 43.96868))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_19'^^xsd:string;
  dwc:observationDate '2012-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96868 28.654974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96868"^^xsd:decimal ;
  dwc:decimalLongitude "28.654974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_17'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '832_17'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.654974'^^xsd:double;
  dwc:startLongitude '28.6549737'^^xsd:double;
  dwc:endLongitude '28.6549737'^^xsd:double;
  dwc:latitude '43.96868'^^xsd:double;
  dwc:startLatitude '43.96868'^^xsd:double;
  dwc:endLatitude '43.96868'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6549737 43.96868, 28.6549737 43.96868, 28.6549737 43.96868, 28.6549737 43.96868, 28.6549737 43.96868))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_17'^^xsd:string;
  dwc:observationDate '2012-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.030685 28.656807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.030685"^^xsd:decimal ;
  dwc:decimalLongitude "28.656807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_92'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_92'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.656807'^^xsd:double;
  dwc:startLongitude '28.6568069'^^xsd:double;
  dwc:endLongitude '28.6568069'^^xsd:double;
  dwc:latitude '44.030685'^^xsd:double;
  dwc:startLatitude '44.0306854'^^xsd:double;
  dwc:endLatitude '44.0306854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6568069 44.0306854, 28.6568069 44.0306854, 28.6568069 44.0306854, 28.6568069 44.0306854, 28.6568069 44.0306854))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_92'^^xsd:string;
  dwc:observationDate '2016-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78902 28.65823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78902"^^xsd:decimal ;
  dwc:decimalLongitude "28.65823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_78'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '832_78'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.65823'^^xsd:double;
  dwc:startLongitude '28.65823'^^xsd:double;
  dwc:endLongitude '28.65823'^^xsd:double;
  dwc:latitude '43.78902'^^xsd:double;
  dwc:startLatitude '43.78902'^^xsd:double;
  dwc:endLatitude '43.78902'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.65823 43.78902, 28.65823 43.78902, 28.65823 43.78902, 28.65823 43.78902, 28.65823 43.78902))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_78'^^xsd:string;
  dwc:observationDate '2014-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78902 28.65823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78902"^^xsd:decimal ;
  dwc:decimalLongitude "28.65823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_79'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '832_79'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.65823'^^xsd:double;
  dwc:startLongitude '28.65823'^^xsd:double;
  dwc:endLongitude '28.65823'^^xsd:double;
  dwc:latitude '43.78902'^^xsd:double;
  dwc:startLatitude '43.78902'^^xsd:double;
  dwc:endLatitude '43.78902'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.65823 43.78902, 28.65823 43.78902, 28.65823 43.78902, 28.65823 43.78902, 28.65823 43.78902))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_79'^^xsd:string;
  dwc:observationDate '2014-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.050275 28.659039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.050275"^^xsd:decimal ;
  dwc:decimalLongitude "28.659039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_87'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '832_87'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.266666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.659039'^^xsd:double;
  dwc:startLongitude '28.6590385'^^xsd:double;
  dwc:endLongitude '28.6590385'^^xsd:double;
  dwc:latitude '44.050275'^^xsd:double;
  dwc:startLatitude '44.0502749'^^xsd:double;
  dwc:endLatitude '44.0502749'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6590385 44.0502749, 28.6590385 44.0502749, 28.6590385 44.0502749, 28.6590385 44.0502749, 28.6590385 44.0502749))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_87'^^xsd:string;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.066782 28.659612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.066782"^^xsd:decimal ;
  dwc:decimalLongitude "28.659612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_15'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '832_15'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.659612'^^xsd:double;
  dwc:startLongitude '28.6596119'^^xsd:double;
  dwc:endLongitude '28.6596119'^^xsd:double;
  dwc:latitude '44.066782'^^xsd:double;
  dwc:startLatitude '44.0667816'^^xsd:double;
  dwc:endLatitude '44.0667816'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6596119 44.0667816, 28.6596119 44.0667816, 28.6596119 44.0667816, 28.6596119 44.0667816, 28.6596119 44.0667816))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_15'^^xsd:string;
  dwc:observationDate '2012-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.861944 28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.861944"^^xsd:decimal ;
  dwc:decimalLongitude "28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_56'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '832_56'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.66'^^xsd:double;
  dwc:startLongitude '28.66'^^xsd:double;
  dwc:endLongitude '28.66'^^xsd:double;
  dwc:latitude '43.861944'^^xsd:double;
  dwc:startLatitude '43.8619444'^^xsd:double;
  dwc:endLatitude '43.8619444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.66 43.8619444, 28.66 43.8619444, 28.66 43.8619444, 28.66 43.8619444, 28.66 43.8619444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_56'^^xsd:string;
  dwc:observationDate '2013-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.861944 28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.861944"^^xsd:decimal ;
  dwc:decimalLongitude "28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_50'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '832_50'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.66'^^xsd:double;
  dwc:startLongitude '28.66'^^xsd:double;
  dwc:endLongitude '28.66'^^xsd:double;
  dwc:latitude '43.861944'^^xsd:double;
  dwc:startLatitude '43.8619444'^^xsd:double;
  dwc:endLatitude '43.8619444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.66 43.8619444, 28.66 43.8619444, 28.66 43.8619444, 28.66 43.8619444, 28.66 43.8619444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_50'^^xsd:string;
  dwc:observationDate '2013-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.195744 28.660412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.195744"^^xsd:decimal ;
  dwc:decimalLongitude "28.660412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_93'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '832_93'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.6166666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.660412'^^xsd:double;
  dwc:startLongitude '28.6604118'^^xsd:double;
  dwc:endLongitude '28.6604118'^^xsd:double;
  dwc:latitude '44.195744'^^xsd:double;
  dwc:startLatitude '44.1957437'^^xsd:double;
  dwc:endLatitude '44.1957437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6604118 44.1957437, 28.6604118 44.1957437, 28.6604118 44.1957437, 28.6604118 44.1957437, 28.6604118 44.1957437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_93'^^xsd:string;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.938049 28.662043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.938049"^^xsd:decimal ;
  dwc:decimalLongitude "28.662043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_97'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '832_97'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.662043'^^xsd:double;
  dwc:startLongitude '28.6620426'^^xsd:double;
  dwc:endLongitude '28.6620426'^^xsd:double;
  dwc:latitude '43.938049'^^xsd:double;
  dwc:startLatitude '43.9380488'^^xsd:double;
  dwc:endLatitude '43.9380488'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6620426 43.9380488, 28.6620426 43.9380488, 28.6620426 43.9380488, 28.6620426 43.9380488, 28.6620426 43.9380488))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_97'^^xsd:string;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.260556 28.664417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.260556"^^xsd:decimal ;
  dwc:decimalLongitude "28.664417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_55'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '832_55'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.35'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.664417'^^xsd:double;
  dwc:startLongitude '28.6644167'^^xsd:double;
  dwc:endLongitude '28.6644167'^^xsd:double;
  dwc:latitude '44.260556'^^xsd:double;
  dwc:startLatitude '44.2605556'^^xsd:double;
  dwc:endLatitude '44.2605556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6644167 44.2605556, 28.6644167 44.2605556, 28.6644167 44.2605556, 28.6644167 44.2605556, 28.6644167 44.2605556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_55'^^xsd:string;
  dwc:observationDate '2013-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189097 28.664703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.189097"^^xsd:decimal ;
  dwc:decimalLongitude "28.664703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_3'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '832_3'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.664703'^^xsd:double;
  dwc:startLongitude '28.6647034'^^xsd:double;
  dwc:endLongitude '28.6647034'^^xsd:double;
  dwc:latitude '44.189097'^^xsd:double;
  dwc:startLatitude '44.1890973'^^xsd:double;
  dwc:endLatitude '44.1890973'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6647034 44.1890973, 28.6647034 44.1890973, 28.6647034 44.1890973, 28.6647034 44.1890973, 28.6647034 44.1890973))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_3'^^xsd:string;
  dwc:observationDate '2010-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.053236 28.665476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.053236"^^xsd:decimal ;
  dwc:decimalLongitude "28.665476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_88'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '832_88'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^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.383333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.665476'^^xsd:double;
  dwc:startLongitude '28.6654758'^^xsd:double;
  dwc:endLongitude '28.6654758'^^xsd:double;
  dwc:latitude '44.053236'^^xsd:double;
  dwc:startLatitude '44.0532359'^^xsd:double;
  dwc:endLatitude '44.0532359'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6654758 44.0532359, 28.6654758 44.0532359, 28.6654758 44.0532359, 28.6654758 44.0532359, 28.6654758 44.0532359))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_88'^^xsd:string;
  dwc:observationDate '2016-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.181958 28.665733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.181958"^^xsd:decimal ;
  dwc:decimalLongitude "28.665733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_4'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '832_4'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.665733'^^xsd:double;
  dwc:startLongitude '28.6657333'^^xsd:double;
  dwc:endLongitude '28.6657333'^^xsd:double;
  dwc:latitude '44.181958'^^xsd:double;
  dwc:startLatitude '44.1819578'^^xsd:double;
  dwc:endLatitude '44.1819578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6657333 44.1819578, 28.6657333 44.1819578, 28.6657333 44.1819578, 28.6657333 44.1819578, 28.6657333 44.1819578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_4'^^xsd:string;
  dwc:observationDate '2010-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.328889 28.666944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.328889"^^xsd:decimal ;
  dwc:decimalLongitude "28.666944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_49'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '832_49'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.066666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.666944'^^xsd:double;
  dwc:startLongitude '28.6669444'^^xsd:double;
  dwc:endLongitude '28.6669444'^^xsd:double;
  dwc:latitude '44.328889'^^xsd:double;
  dwc:startLatitude '44.3288889'^^xsd:double;
  dwc:endLatitude '44.3288889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6669444 44.3288889, 28.6669444 44.3288889, 28.6669444 44.3288889, 28.6669444 44.3288889, 28.6669444 44.3288889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_49'^^xsd:string;
  dwc:observationDate '2013-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.266667 28.6675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.266667"^^xsd:decimal ;
  dwc:decimalLongitude "28.6675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_45'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '832_45'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.6675'^^xsd:double;
  dwc:startLongitude '28.6675'^^xsd:double;
  dwc:endLongitude '28.6675'^^xsd:double;
  dwc:latitude '44.266667'^^xsd:double;
  dwc:startLatitude '44.2666667'^^xsd:double;
  dwc:endLatitude '44.2666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6675 44.2666667, 28.6675 44.2666667, 28.6675 44.2666667, 28.6675 44.2666667, 28.6675 44.2666667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_45'^^xsd:string;
  dwc:observationDate '2013-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.143999 28.668813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.143999"^^xsd:decimal ;
  dwc:decimalLongitude "28.668813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_81'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '832_81'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.668813'^^xsd:double;
  dwc:startLongitude '28.6688125'^^xsd:double;
  dwc:endLongitude '28.6688125'^^xsd:double;
  dwc:latitude '44.143999'^^xsd:double;
  dwc:startLatitude '44.1439989'^^xsd:double;
  dwc:endLatitude '44.1439989'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6688125 44.1439989, 28.6688125 44.1439989, 28.6688125 44.1439989, 28.6688125 44.1439989, 28.6688125 44.1439989))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_81'^^xsd:string;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.171111 28.671111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.171111"^^xsd:decimal ;
  dwc:decimalLongitude "28.671111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_84'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '832_84'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.671111'^^xsd:double;
  dwc:startLongitude '28.6711111'^^xsd:double;
  dwc:endLongitude '28.6711111'^^xsd:double;
  dwc:latitude '44.171111'^^xsd:double;
  dwc:startLatitude '44.1711111'^^xsd:double;
  dwc:endLatitude '44.1711111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6711111 44.1711111, 28.6711111 44.1711111, 28.6711111 44.1711111, 28.6711111 44.1711111, 28.6711111 44.1711111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_84'^^xsd:string;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.058016 28.673501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.058016"^^xsd:decimal ;
  dwc:decimalLongitude "28.673501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_85'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_85'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.673501'^^xsd:double;
  dwc:startLongitude '28.673501'^^xsd:double;
  dwc:endLongitude '28.673501'^^xsd:double;
  dwc:latitude '44.058016'^^xsd:double;
  dwc:startLatitude '44.0580164'^^xsd:double;
  dwc:endLatitude '44.0580164'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.673501 44.0580164, 28.673501 44.0580164, 28.673501 44.0580164, 28.673501 44.0580164, 28.673501 44.0580164))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_85'^^xsd:string;
  dwc:observationDate '2016-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13232 28.67713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13232"^^xsd:decimal ;
  dwc:decimalLongitude "28.67713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_72'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '832_72'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.67713'^^xsd:double;
  dwc:startLongitude '28.67713'^^xsd:double;
  dwc:endLongitude '28.67713'^^xsd:double;
  dwc:latitude '44.13232'^^xsd:double;
  dwc:startLatitude '44.13232'^^xsd:double;
  dwc:endLatitude '44.13232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.67713 44.13232, 28.67713 44.13232, 28.67713 44.13232, 28.67713 44.13232, 28.67713 44.13232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_72'^^xsd:string;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.288611 28.6775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.288611"^^xsd:decimal ;
  dwc:decimalLongitude "28.6775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_35'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '832_35'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.6775'^^xsd:double;
  dwc:startLongitude '28.6775'^^xsd:double;
  dwc:endLongitude '28.6775'^^xsd:double;
  dwc:latitude '44.288611'^^xsd:double;
  dwc:startLatitude '44.2886111'^^xsd:double;
  dwc:endLatitude '44.2886111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6775 44.2886111, 28.6775 44.2886111, 28.6775 44.2886111, 28.6775 44.2886111, 28.6775 44.2886111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_35'^^xsd:string;
  dwc:observationDate '2013-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166667 28.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166667"^^xsd:decimal ;
  dwc:decimalLongitude "28.683333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_74'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '832_74'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.683333'^^xsd:double;
  dwc:startLongitude '28.6833333'^^xsd:double;
  dwc:endLongitude '28.6833333'^^xsd:double;
  dwc:latitude '44.166667'^^xsd:double;
  dwc:startLatitude '44.1666667'^^xsd:double;
  dwc:endLatitude '44.1666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6833333 44.1666667, 28.6833333 44.1666667, 28.6833333 44.1666667, 28.6833333 44.1666667, 28.6833333 44.1666667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_74'^^xsd:string;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.326944 28.684167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.326944"^^xsd:decimal ;
  dwc:decimalLongitude "28.684167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_47'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '832_47'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.684167'^^xsd:double;
  dwc:startLongitude '28.6841667'^^xsd:double;
  dwc:endLongitude '28.6841667'^^xsd:double;
  dwc:latitude '44.326944'^^xsd:double;
  dwc:startLatitude '44.3269444'^^xsd:double;
  dwc:endLatitude '44.3269444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6841667 44.3269444, 28.6841667 44.3269444, 28.6841667 44.3269444, 28.6841667 44.3269444, 28.6841667 44.3269444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_47'^^xsd:string;
  dwc:observationDate '2013-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.995 28.685833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.995"^^xsd:decimal ;
  dwc:decimalLongitude "28.685833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_31'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_31'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.685833'^^xsd:double;
  dwc:startLongitude '28.6858333'^^xsd:double;
  dwc:endLongitude '28.6858333'^^xsd:double;
  dwc:latitude '43.995'^^xsd:double;
  dwc:startLatitude '43.995'^^xsd:double;
  dwc:endLatitude '43.995'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6858333 43.995, 28.6858333 43.995, 28.6858333 43.995, 28.6858333 43.995, 28.6858333 43.995))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_31'^^xsd:string;
  dwc:observationDate '2013-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324889 28.687528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.324889"^^xsd:decimal ;
  dwc:decimalLongitude "28.687528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_54'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '832_54'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.687528'^^xsd:double;
  dwc:startLongitude '28.6875278'^^xsd:double;
  dwc:endLongitude '28.6875278'^^xsd:double;
  dwc:latitude '44.324889'^^xsd:double;
  dwc:startLatitude '44.3248889'^^xsd:double;
  dwc:endLatitude '44.3248889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_54'^^xsd:string;
  dwc:observationDate '2013-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324889 28.687528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.324889"^^xsd:decimal ;
  dwc:decimalLongitude "28.687528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_44'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '832_44'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.3'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.687528'^^xsd:double;
  dwc:startLongitude '28.6875278'^^xsd:double;
  dwc:endLongitude '28.6875278'^^xsd:double;
  dwc:latitude '44.324889'^^xsd:double;
  dwc:startLatitude '44.3248889'^^xsd:double;
  dwc:endLatitude '44.3248889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_44'^^xsd:string;
  dwc:observationDate '2013-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324889 28.687528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.324889"^^xsd:decimal ;
  dwc:decimalLongitude "28.687528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_43'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '832_43'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.687528'^^xsd:double;
  dwc:startLongitude '28.6875278'^^xsd:double;
  dwc:endLongitude '28.6875278'^^xsd:double;
  dwc:latitude '44.324889'^^xsd:double;
  dwc:startLatitude '44.3248889'^^xsd:double;
  dwc:endLatitude '44.3248889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889, 28.6875278 44.3248889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_43'^^xsd:string;
  dwc:observationDate '2013-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.109405 28.689938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.109405"^^xsd:decimal ;
  dwc:decimalLongitude "28.689938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_96'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '832_96'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^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 '16.766666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.689938'^^xsd:double;
  dwc:startLongitude '28.6899376'^^xsd:double;
  dwc:endLongitude '28.6899376'^^xsd:double;
  dwc:latitude '44.109405'^^xsd:double;
  dwc:startLatitude '44.1094052'^^xsd:double;
  dwc:endLatitude '44.1094052'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.6899376 44.1094052, 28.6899376 44.1094052, 28.6899376 44.1094052, 28.6899376 44.1094052, 28.6899376 44.1094052))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_96'^^xsd:string;
  dwc:observationDate '2016-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35626 28.707104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35626"^^xsd:decimal ;
  dwc:decimalLongitude "28.707104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_11'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '832_11'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.707104'^^xsd:double;
  dwc:startLongitude '28.7071037'^^xsd:double;
  dwc:endLongitude '28.7071037'^^xsd:double;
  dwc:latitude '44.35626'^^xsd:double;
  dwc:startLatitude '44.3562601'^^xsd:double;
  dwc:endLatitude '44.3562601'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7071037 44.3562601, 28.7071037 44.3562601, 28.7071037 44.3562601, 28.7071037 44.3562601, 28.7071037 44.3562601))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_11'^^xsd:string;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.319444 28.7075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.319444"^^xsd:decimal ;
  dwc:decimalLongitude "28.7075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_46'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '832_46'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.683333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.7075'^^xsd:double;
  dwc:startLongitude '28.7075'^^xsd:double;
  dwc:endLongitude '28.7075'^^xsd:double;
  dwc:latitude '44.319444'^^xsd:double;
  dwc:startLatitude '44.3194444'^^xsd:double;
  dwc:endLatitude '44.3194444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7075 44.3194444, 28.7075 44.3194444, 28.7075 44.3194444, 28.7075 44.3194444, 28.7075 44.3194444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_46'^^xsd:string;
  dwc:observationDate '2013-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.060556 28.708056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.060556"^^xsd:decimal ;
  dwc:decimalLongitude "28.708056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_62'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '832_62'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.708056'^^xsd:double;
  dwc:startLongitude '28.7080556'^^xsd:double;
  dwc:endLongitude '28.7080556'^^xsd:double;
  dwc:latitude '44.060556'^^xsd:double;
  dwc:startLatitude '44.0605556'^^xsd:double;
  dwc:endLatitude '44.0605556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7080556 44.0605556, 28.7080556 44.0605556, 28.7080556 44.0605556, 28.7080556 44.0605556, 28.7080556 44.0605556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_62'^^xsd:string;
  dwc:observationDate '2013-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.107333 28.71025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.107333"^^xsd:decimal ;
  dwc:decimalLongitude "28.71025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_58'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '832_58'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.71025'^^xsd:double;
  dwc:startLongitude '28.71025'^^xsd:double;
  dwc:endLongitude '28.71025'^^xsd:double;
  dwc:latitude '44.107333'^^xsd:double;
  dwc:startLatitude '44.1073333'^^xsd:double;
  dwc:endLatitude '44.1073333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.71025 44.1073333, 28.71025 44.1073333, 28.71025 44.1073333, 28.71025 44.1073333, 28.71025 44.1073333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_58'^^xsd:string;
  dwc:observationDate '2013-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.101944 28.710278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.101944"^^xsd:decimal ;
  dwc:decimalLongitude "28.710278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_36'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_36'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.566666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.710278'^^xsd:double;
  dwc:startLongitude '28.7102778'^^xsd:double;
  dwc:endLongitude '28.7102778'^^xsd:double;
  dwc:latitude '44.101944'^^xsd:double;
  dwc:startLatitude '44.1019444'^^xsd:double;
  dwc:endLatitude '44.1019444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7102778 44.1019444, 28.7102778 44.1019444, 28.7102778 44.1019444, 28.7102778 44.1019444, 28.7102778 44.1019444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_36'^^xsd:string;
  dwc:observationDate '2013-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.101944 28.710278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.101944"^^xsd:decimal ;
  dwc:decimalLongitude "28.710278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_63'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '832_63'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.710278'^^xsd:double;
  dwc:startLongitude '28.7102778'^^xsd:double;
  dwc:endLongitude '28.7102778'^^xsd:double;
  dwc:latitude '44.101944'^^xsd:double;
  dwc:startLatitude '44.1019444'^^xsd:double;
  dwc:endLatitude '44.1019444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7102778 44.1019444, 28.7102778 44.1019444, 28.7102778 44.1019444, 28.7102778 44.1019444, 28.7102778 44.1019444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_63'^^xsd:string;
  dwc:observationDate '2013-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.367466 28.714544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.367466"^^xsd:decimal ;
  dwc:decimalLongitude "28.714544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_25'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '832_25'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.714544'^^xsd:double;
  dwc:startLongitude '28.7145436'^^xsd:double;
  dwc:endLongitude '28.7145436'^^xsd:double;
  dwc:latitude '44.367466'^^xsd:double;
  dwc:startLatitude '44.3674661'^^xsd:double;
  dwc:endLatitude '44.3674661'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7145436 44.3674661, 28.7145436 44.3674661, 28.7145436 44.3674661, 28.7145436 44.3674661, 28.7145436 44.3674661))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_25'^^xsd:string;
  dwc:observationDate '2012-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1015 28.714683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1015"^^xsd:decimal ;
  dwc:decimalLongitude "28.714683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_95'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '832_95'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^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 '16.3'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.714683'^^xsd:double;
  dwc:startLongitude '28.7146833'^^xsd:double;
  dwc:endLongitude '28.7146833'^^xsd:double;
  dwc:latitude '44.1015'^^xsd:double;
  dwc:startLatitude '44.1015'^^xsd:double;
  dwc:endLatitude '44.1015'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7146833 44.1015, 28.7146833 44.1015, 28.7146833 44.1015, 28.7146833 44.1015, 28.7146833 44.1015))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_95'^^xsd:string;
  dwc:observationDate '2016-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09741 28.71529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09741"^^xsd:decimal ;
  dwc:decimalLongitude "28.71529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_90'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '832_90'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^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 '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.71529'^^xsd:double;
  dwc:startLongitude '28.71529'^^xsd:double;
  dwc:endLongitude '28.71529'^^xsd:double;
  dwc:latitude '44.09741'^^xsd:double;
  dwc:startLatitude '44.09741'^^xsd:double;
  dwc:endLatitude '44.09741'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.71529 44.09741, 28.71529 44.09741, 28.71529 44.09741, 28.71529 44.09741, 28.71529 44.09741))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_90'^^xsd:string;
  dwc:observationDate '2016-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.376667 28.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.376667"^^xsd:decimal ;
  dwc:decimalLongitude "28.716667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_8'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_8'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.716667'^^xsd:double;
  dwc:startLongitude '28.7166667'^^xsd:double;
  dwc:endLongitude '28.7166667'^^xsd:double;
  dwc:latitude '44.376667'^^xsd:double;
  dwc:startLatitude '44.3766667'^^xsd:double;
  dwc:endLatitude '44.3766667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7166667 44.3766667, 28.7166667 44.3766667, 28.7166667 44.3766667, 28.7166667 44.3766667, 28.7166667 44.3766667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_8'^^xsd:string;
  dwc:observationDate '2011-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.243056 28.717333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.243056"^^xsd:decimal ;
  dwc:decimalLongitude "28.717333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_53'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_53'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^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.333333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.717333'^^xsd:double;
  dwc:startLongitude '28.7173333'^^xsd:double;
  dwc:endLongitude '28.7173333'^^xsd:double;
  dwc:latitude '44.243056'^^xsd:double;
  dwc:startLatitude '44.2430556'^^xsd:double;
  dwc:endLatitude '44.2430556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7173333 44.2430556, 28.7173333 44.2430556, 28.7173333 44.2430556, 28.7173333 44.2430556, 28.7173333 44.2430556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_53'^^xsd:string;
  dwc:observationDate '2013-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.370619 28.718605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.370619"^^xsd:decimal ;
  dwc:decimalLongitude "28.718605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_5'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_5'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.718605'^^xsd:double;
  dwc:startLongitude '28.718605'^^xsd:double;
  dwc:endLongitude '28.718605'^^xsd:double;
  dwc:latitude '44.370619'^^xsd:double;
  dwc:startLatitude '44.3706188'^^xsd:double;
  dwc:endLatitude '44.3706188'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.718605 44.3706188, 28.718605 44.3706188, 28.718605 44.3706188, 28.718605 44.3706188, 28.718605 44.3706188))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_5'^^xsd:string;
  dwc:observationDate '2010-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.164228 28.734398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.164228"^^xsd:decimal ;
  dwc:decimalLongitude "28.734398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_94'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '832_94'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.766666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.734398'^^xsd:double;
  dwc:startLongitude '28.7343979'^^xsd:double;
  dwc:endLongitude '28.7343979'^^xsd:double;
  dwc:latitude '44.164228'^^xsd:double;
  dwc:startLatitude '44.1642282'^^xsd:double;
  dwc:endLatitude '44.1642282'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7343979 44.1642282, 28.7343979 44.1642282, 28.7343979 44.1642282, 28.7343979 44.1642282, 28.7343979 44.1642282))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_94'^^xsd:string;
  dwc:observationDate '2016-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.133611 28.738056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.133611"^^xsd:decimal ;
  dwc:decimalLongitude "28.738056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_42'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '832_42'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.566666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.738056'^^xsd:double;
  dwc:startLongitude '28.7380556'^^xsd:double;
  dwc:endLongitude '28.7380556'^^xsd:double;
  dwc:latitude '44.133611'^^xsd:double;
  dwc:startLatitude '44.1336111'^^xsd:double;
  dwc:endLatitude '44.1336111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7380556 44.1336111, 28.7380556 44.1336111, 28.7380556 44.1336111, 28.7380556 44.1336111, 28.7380556 44.1336111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_42'^^xsd:string;
  dwc:observationDate '2013-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21707 28.744069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21707"^^xsd:decimal ;
  dwc:decimalLongitude "28.744069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_28'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '832_28'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.744069'^^xsd:double;
  dwc:startLongitude '28.7440693'^^xsd:double;
  dwc:endLongitude '28.7440693'^^xsd:double;
  dwc:latitude '44.21707'^^xsd:double;
  dwc:startLatitude '44.2170697'^^xsd:double;
  dwc:endLatitude '44.2170697'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7440693 44.2170697, 28.7440693 44.2170697, 28.7440693 44.2170697, 28.7440693 44.2170697, 28.7440693 44.2170697))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_28'^^xsd:string;
  dwc:observationDate '2012-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.385278 28.748611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.385278"^^xsd:decimal ;
  dwc:decimalLongitude "28.748611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_7'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_7'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.748611'^^xsd:double;
  dwc:startLongitude '28.7486111'^^xsd:double;
  dwc:endLongitude '28.7486111'^^xsd:double;
  dwc:latitude '44.385278'^^xsd:double;
  dwc:startLatitude '44.3852778'^^xsd:double;
  dwc:endLatitude '44.3852778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7486111 44.3852778, 28.7486111 44.3852778, 28.7486111 44.3852778, 28.7486111 44.3852778, 28.7486111 44.3852778))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_7'^^xsd:string;
  dwc:observationDate '2011-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.383379 28.748989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.383379"^^xsd:decimal ;
  dwc:decimalLongitude "28.748989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_10'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '832_10'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.748989'^^xsd:double;
  dwc:startLongitude '28.7489891'^^xsd:double;
  dwc:endLongitude '28.7489891'^^xsd:double;
  dwc:latitude '44.383379'^^xsd:double;
  dwc:startLatitude '44.3833792'^^xsd:double;
  dwc:endLatitude '44.3833792'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7489891 44.3833792, 28.7489891 44.3833792, 28.7489891 44.3833792, 28.7489891 44.3833792, 28.7489891 44.3833792))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_10'^^xsd:string;
  dwc:observationDate '2011-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.063889 28.751111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.063889"^^xsd:decimal ;
  dwc:decimalLongitude "28.751111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_41'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '832_41'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.033333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.751111'^^xsd:double;
  dwc:startLongitude '28.7511111'^^xsd:double;
  dwc:endLongitude '28.7511111'^^xsd:double;
  dwc:latitude '44.063889'^^xsd:double;
  dwc:startLatitude '44.0638889'^^xsd:double;
  dwc:endLatitude '44.0638889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7511111 44.0638889, 28.7511111 44.0638889, 28.7511111 44.0638889, 28.7511111 44.0638889, 28.7511111 44.0638889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_41'^^xsd:string;
  dwc:observationDate '2013-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.236667 28.767778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.236667"^^xsd:decimal ;
  dwc:decimalLongitude "28.767778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_48'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '832_48'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.767778'^^xsd:double;
  dwc:startLongitude '28.7677778'^^xsd:double;
  dwc:endLongitude '28.7677778'^^xsd:double;
  dwc:latitude '44.236667'^^xsd:double;
  dwc:startLatitude '44.2366667'^^xsd:double;
  dwc:endLatitude '44.2366667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7677778 44.2366667, 28.7677778 44.2366667, 28.7677778 44.2366667, 28.7677778 44.2366667, 28.7677778 44.2366667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_48'^^xsd:string;
  dwc:observationDate '2013-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.225927 28.777028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.225927"^^xsd:decimal ;
  dwc:decimalLongitude "28.777028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_21'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_21'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.777028'^^xsd:double;
  dwc:startLongitude '28.7770283'^^xsd:double;
  dwc:endLongitude '28.7770283'^^xsd:double;
  dwc:latitude '44.225927'^^xsd:double;
  dwc:startLatitude '44.2259272'^^xsd:double;
  dwc:endLatitude '44.2259272'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7770283 44.2259272, 28.7770283 44.2259272, 28.7770283 44.2259272, 28.7770283 44.2259272, 28.7770283 44.2259272))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_21'^^xsd:string;
  dwc:observationDate '2012-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.078083 28.778611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.078083"^^xsd:decimal ;
  dwc:decimalLongitude "28.778611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_57'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '832_57'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.778611'^^xsd:double;
  dwc:startLongitude '28.7786111'^^xsd:double;
  dwc:endLongitude '28.7786111'^^xsd:double;
  dwc:latitude '44.078083'^^xsd:double;
  dwc:startLatitude '44.0780833'^^xsd:double;
  dwc:endLatitude '44.0780833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7786111 44.0780833, 28.7786111 44.0780833, 28.7786111 44.0780833, 28.7786111 44.0780833, 28.7786111 44.0780833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_57'^^xsd:string;
  dwc:observationDate '2013-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.083333 28.783333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.083333"^^xsd:decimal ;
  dwc:decimalLongitude "28.783333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_2'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '832_2'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.783333'^^xsd:double;
  dwc:startLongitude '28.7833333'^^xsd:double;
  dwc:endLongitude '28.7833333'^^xsd:double;
  dwc:latitude '44.083333'^^xsd:double;
  dwc:startLatitude '44.0833333'^^xsd:double;
  dwc:endLatitude '44.0833333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7833333 44.0833333, 28.7833333 44.0833333, 28.7833333 44.0833333, 28.7833333 44.0833333, 28.7833333 44.0833333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_2'^^xsd:string;
  dwc:observationDate '2010-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.186759 28.79036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.186759"^^xsd:decimal ;
  dwc:decimalLongitude "28.79036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_86'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '832_86'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:startYearCollected '2016'^^xsd:integer;
  dwc:endYearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.79036'^^xsd:double;
  dwc:startLongitude '28.7903595'^^xsd:double;
  dwc:endLongitude '28.7903595'^^xsd:double;
  dwc:latitude '44.186759'^^xsd:double;
  dwc:startLatitude '44.1867586'^^xsd:double;
  dwc:endLatitude '44.1867586'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7903595 44.1867586, 28.7903595 44.1867586, 28.7903595 44.1867586, 28.7903595 44.1867586, 28.7903595 44.1867586))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_86'^^xsd:string;
  dwc:observationDate '2016-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166445 28.792248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166445"^^xsd:decimal ;
  dwc:decimalLongitude "28.792248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_6'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '832_6'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.792248'^^xsd:double;
  dwc:startLongitude '28.7922478'^^xsd:double;
  dwc:endLongitude '28.7922478'^^xsd:double;
  dwc:latitude '44.166445'^^xsd:double;
  dwc:startLatitude '44.1664447'^^xsd:double;
  dwc:endLatitude '44.1664447'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7922478 44.1664447, 28.7922478 44.1664447, 28.7922478 44.1664447, 28.7922478 44.1664447, 28.7922478 44.1664447))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_6'^^xsd:string;
  dwc:observationDate '2011-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.061848 28.794881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.061848"^^xsd:decimal ;
  dwc:decimalLongitude "28.794881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_29'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_29'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.794881'^^xsd:double;
  dwc:startLongitude '28.7948811'^^xsd:double;
  dwc:endLongitude '28.7948811'^^xsd:double;
  dwc:latitude '44.061848'^^xsd:double;
  dwc:startLatitude '44.0618476'^^xsd:double;
  dwc:endLatitude '44.0618476'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7948811 44.0618476, 28.7948811 44.0618476, 28.7948811 44.0618476, 28.7948811 44.0618476, 28.7948811 44.0618476))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_29'^^xsd:string;
  dwc:observationDate '2012-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.450853 28.798314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.450853"^^xsd:decimal ;
  dwc:decimalLongitude "28.798314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_20'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_20'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.798314'^^xsd:double;
  dwc:startLongitude '28.7983143'^^xsd:double;
  dwc:endLongitude '28.7983143'^^xsd:double;
  dwc:latitude '44.450853'^^xsd:double;
  dwc:startLatitude '44.4508532'^^xsd:double;
  dwc:endLatitude '44.4508532'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.7983143 44.4508532, 28.7983143 44.4508532, 28.7983143 44.4508532, 28.7983143 44.4508532, 28.7983143 44.4508532))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_20'^^xsd:string;
  dwc:observationDate '2012-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11933 28.80942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11933"^^xsd:decimal ;
  dwc:decimalLongitude "28.80942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_71'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '832_71'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.933333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.80942'^^xsd:double;
  dwc:startLongitude '28.80942'^^xsd:double;
  dwc:endLongitude '28.80942'^^xsd:double;
  dwc:latitude '44.11933'^^xsd:double;
  dwc:startLatitude '44.11933'^^xsd:double;
  dwc:endLatitude '44.11933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.80942 44.11933, 28.80942 44.11933, 28.80942 44.11933, 28.80942 44.11933, 28.80942 44.11933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_71'^^xsd:string;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11933 28.80942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11933"^^xsd:decimal ;
  dwc:decimalLongitude "28.80942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_70'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '832_70'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.80942'^^xsd:double;
  dwc:startLongitude '28.80942'^^xsd:double;
  dwc:endLongitude '28.80942'^^xsd:double;
  dwc:latitude '44.11933'^^xsd:double;
  dwc:startLatitude '44.11933'^^xsd:double;
  dwc:endLatitude '44.11933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.80942 44.11933, 28.80942 44.11933, 28.80942 44.11933, 28.80942 44.11933, 28.80942 44.11933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_70'^^xsd:string;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.481667 28.878333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.481667"^^xsd:decimal ;
  dwc:decimalLongitude "28.878333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_38'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_38'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.878333'^^xsd:double;
  dwc:startLongitude '28.8783333'^^xsd:double;
  dwc:endLongitude '28.8783333'^^xsd:double;
  dwc:latitude '44.481667'^^xsd:double;
  dwc:startLatitude '44.4816667'^^xsd:double;
  dwc:endLatitude '44.4816667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.8783333 44.4816667, 28.8783333 44.4816667, 28.8783333 44.4816667, 28.8783333 44.4816667, 28.8783333 44.4816667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_38'^^xsd:string;
  dwc:observationDate '2013-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.855736 28.899251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.855736"^^xsd:decimal ;
  dwc:decimalLongitude "28.899251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_27'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_27'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.899251'^^xsd:double;
  dwc:startLongitude '28.8992512'^^xsd:double;
  dwc:endLongitude '28.8992512'^^xsd:double;
  dwc:latitude '43.855736'^^xsd:double;
  dwc:startLatitude '43.8557355'^^xsd:double;
  dwc:endLatitude '43.8557355'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.8992512 43.8557355, 28.8992512 43.8557355, 28.8992512 43.8557355, 28.8992512 43.8557355, 28.8992512 43.8557355))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_27'^^xsd:string;
  dwc:observationDate '2012-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.543383 28.902454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.543383"^^xsd:decimal ;
  dwc:decimalLongitude "28.902454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_9'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_9'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.902454'^^xsd:double;
  dwc:startLongitude '28.9024544'^^xsd:double;
  dwc:endLongitude '28.9024544'^^xsd:double;
  dwc:latitude '44.543383'^^xsd:double;
  dwc:startLatitude '44.5433829'^^xsd:double;
  dwc:endLatitude '44.5433829'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9024544 44.5433829, 28.9024544 44.5433829, 28.9024544 44.5433829, 28.9024544 44.5433829, 28.9024544 44.5433829))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_9'^^xsd:string;
  dwc:observationDate '2011-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.099167 28.903056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.099167"^^xsd:decimal ;
  dwc:decimalLongitude "28.903056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_83'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '832_83'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.903056'^^xsd:double;
  dwc:startLongitude '28.9030556'^^xsd:double;
  dwc:endLongitude '28.9030556'^^xsd:double;
  dwc:latitude '44.099167'^^xsd:double;
  dwc:startLatitude '44.0991667'^^xsd:double;
  dwc:endLatitude '44.0991667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9030556 44.0991667, 28.9030556 44.0991667, 28.9030556 44.0991667, 28.9030556 44.0991667, 28.9030556 44.0991667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_83'^^xsd:string;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.458695 28.923284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.458695"^^xsd:decimal ;
  dwc:decimalLongitude "28.923284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_24'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_24'^^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 '7'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.923284'^^xsd:double;
  dwc:startLongitude '28.9232838'^^xsd:double;
  dwc:endLongitude '28.9232838'^^xsd:double;
  dwc:latitude '44.458695'^^xsd:double;
  dwc:startLatitude '44.4586953'^^xsd:double;
  dwc:endLatitude '44.4586953'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9232838 44.4586953, 28.9232838 44.4586953, 28.9232838 44.4586953, 28.9232838 44.4586953, 28.9232838 44.4586953))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_24'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.186143 28.924255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.186143"^^xsd:decimal ;
  dwc:decimalLongitude "28.924255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_13'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '832_13'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.924255'^^xsd:double;
  dwc:startLongitude '28.9242554'^^xsd:double;
  dwc:endLongitude '28.9242554'^^xsd:double;
  dwc:latitude '44.186143'^^xsd:double;
  dwc:startLatitude '44.1861431'^^xsd:double;
  dwc:endLatitude '44.1861431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9242554 44.1861431, 28.9242554 44.1861431, 28.9242554 44.1861431, 28.9242554 44.1861431, 28.9242554 44.1861431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_13'^^xsd:string;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.178889 28.9475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.178889"^^xsd:decimal ;
  dwc:decimalLongitude "28.9475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_80'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '832_80'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '18.133333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.9475'^^xsd:double;
  dwc:startLongitude '28.9475'^^xsd:double;
  dwc:endLongitude '28.9475'^^xsd:double;
  dwc:latitude '44.178889'^^xsd:double;
  dwc:startLatitude '44.1788889'^^xsd:double;
  dwc:endLatitude '44.1788889'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9475 44.1788889, 28.9475 44.1788889, 28.9475 44.1788889, 28.9475 44.1788889, 28.9475 44.1788889))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_80'^^xsd:string;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.54275 28.969611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.54275"^^xsd:decimal ;
  dwc:decimalLongitude "28.969611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_52'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '832_52'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.95'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.969611'^^xsd:double;
  dwc:startLongitude '28.9696111'^^xsd:double;
  dwc:endLongitude '28.9696111'^^xsd:double;
  dwc:latitude '44.54275'^^xsd:double;
  dwc:startLatitude '44.54275'^^xsd:double;
  dwc:endLatitude '44.54275'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9696111 44.54275, 28.9696111 44.54275, 28.9696111 44.54275, 28.9696111 44.54275, 28.9696111 44.54275))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_52'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.978402 28.987829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.978402"^^xsd:decimal ;
  dwc:decimalLongitude "28.987829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_22'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '832_22'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.987829'^^xsd:double;
  dwc:startLongitude '28.9878285'^^xsd:double;
  dwc:endLongitude '28.9878285'^^xsd:double;
  dwc:latitude '43.978402'^^xsd:double;
  dwc:startLatitude '43.9784015'^^xsd:double;
  dwc:endLatitude '43.9784015'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9878285 43.9784015, 28.9878285 43.9784015, 28.9878285 43.9784015, 28.9878285 43.9784015, 28.9878285 43.9784015))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_22'^^xsd:string;
  dwc:observationDate '2012-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.633556 28.995306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.633556"^^xsd:decimal ;
  dwc:decimalLongitude "28.995306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_18'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '832_18'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '28.995306'^^xsd:double;
  dwc:startLongitude '28.9953056'^^xsd:double;
  dwc:endLongitude '28.9953056'^^xsd:double;
  dwc:latitude '44.633556'^^xsd:double;
  dwc:startLatitude '44.6335556'^^xsd:double;
  dwc:endLatitude '44.6335556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.9953056 44.6335556, 28.9953056 44.6335556, 28.9953056 44.6335556, 28.9953056 44.6335556, 28.9953056 44.6335556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_18'^^xsd:string;
  dwc:observationDate '2012-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.230356 29.004308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.230356"^^xsd:decimal ;
  dwc:decimalLongitude "29.004308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_16'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '832_16'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.004308'^^xsd:double;
  dwc:startLongitude '29.004308'^^xsd:double;
  dwc:endLongitude '29.004308'^^xsd:double;
  dwc:latitude '44.230356'^^xsd:double;
  dwc:startLatitude '44.2303555'^^xsd:double;
  dwc:endLatitude '44.2303555'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.004308 44.2303555, 29.004308 44.2303555, 29.004308 44.2303555, 29.004308 44.2303555, 29.004308 44.2303555))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_16'^^xsd:string;
  dwc:observationDate '2012-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.635056 29.026056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.635056"^^xsd:decimal ;
  dwc:decimalLongitude "29.026056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_61'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '832_61'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.683333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.026056'^^xsd:double;
  dwc:startLongitude '29.0260556'^^xsd:double;
  dwc:endLongitude '29.0260556'^^xsd:double;
  dwc:latitude '44.635056'^^xsd:double;
  dwc:startLatitude '44.6350556'^^xsd:double;
  dwc:endLatitude '44.6350556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.0260556 44.6350556, 29.0260556 44.6350556, 29.0260556 44.6350556, 29.0260556 44.6350556, 29.0260556 44.6350556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_61'^^xsd:string;
  dwc:observationDate '2013-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.600246 29.137155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.600246"^^xsd:decimal ;
  dwc:decimalLongitude "29.137155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_14'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena relicta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '832_14'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.137155'^^xsd:double;
  dwc:startLongitude '29.137155'^^xsd:double;
  dwc:endLongitude '29.137155'^^xsd:double;
  dwc:latitude '44.600246'^^xsd:double;
  dwc:startLatitude '44.600246'^^xsd:double;
  dwc:endLatitude '44.600246'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.137155 44.600246, 29.137155 44.600246, 29.137155 44.600246, 29.137155 44.600246, 29.137155 44.600246))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Phocoena phocoena relicta" by the provider'^^xsd:string;
  dwc:aphiaid '368868'^^xsd:integer;
  dwc:occurrenceId '832_14'^^xsd:string;
  dwc:observationDate '2011-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '368868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.745556 29.278639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.745556"^^xsd:decimal ;
  dwc:decimalLongitude "29.278639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_59'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '832_59'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.278639'^^xsd:double;
  dwc:startLongitude '29.2786389'^^xsd:double;
  dwc:endLongitude '29.2786389'^^xsd:double;
  dwc:latitude '44.745556'^^xsd:double;
  dwc:startLatitude '44.7455556'^^xsd:double;
  dwc:endLatitude '44.7455556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.2786389 44.7455556, 29.2786389 44.7455556, 29.2786389 44.7455556, 29.2786389 44.7455556, 29.2786389 44.7455556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_59'^^xsd:string;
  dwc:observationDate '2013-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.397222 29.633611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.397222"^^xsd:decimal ;
  dwc:decimalLongitude "29.633611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_75'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '832_75'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.633611'^^xsd:double;
  dwc:startLongitude '29.6336111'^^xsd:double;
  dwc:endLongitude '29.6336111'^^xsd:double;
  dwc:latitude '44.397222'^^xsd:double;
  dwc:startLatitude '44.3972222'^^xsd:double;
  dwc:endLatitude '44.3972222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.6336111 44.3972222, 29.6336111 44.3972222, 29.6336111 44.3972222, 29.6336111 44.3972222, 29.6336111 44.3972222))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_75'^^xsd:string;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.881174 29.640083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.881174"^^xsd:decimal ;
  dwc:decimalLongitude "29.640083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_98'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '832_98'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.716666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.640083'^^xsd:double;
  dwc:startLongitude '29.6400833'^^xsd:double;
  dwc:endLongitude '29.6400833'^^xsd:double;
  dwc:latitude '44.881174'^^xsd:double;
  dwc:startLatitude '44.8811743'^^xsd:double;
  dwc:endLatitude '44.8811743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.6400833 44.8811743, 29.6400833 44.8811743, 29.6400833 44.8811743, 29.6400833 44.8811743, 29.6400833 44.8811743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_98'^^xsd:string;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.791806 29.703389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.791806"^^xsd:decimal ;
  dwc:decimalLongitude "29.703389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_60'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '832_60'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.703389'^^xsd:double;
  dwc:startLongitude '29.7033889'^^xsd:double;
  dwc:endLongitude '29.7033889'^^xsd:double;
  dwc:latitude '44.791806'^^xsd:double;
  dwc:startLatitude '44.7918056'^^xsd:double;
  dwc:endLatitude '44.7918056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.7033889 44.7918056, 29.7033889 44.7918056, 29.7033889 44.7918056, 29.7033889 44.7918056, 29.7033889 44.7918056))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_60'^^xsd:string;
  dwc:observationDate '2013-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.026111 29.716944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.026111"^^xsd:decimal ;
  dwc:decimalLongitude "29.716944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_12'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '832_12'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.716944'^^xsd:double;
  dwc:startLongitude '29.7169444'^^xsd:double;
  dwc:endLongitude '29.7169444'^^xsd:double;
  dwc:latitude '45.026111'^^xsd:double;
  dwc:startLatitude '45.0261111'^^xsd:double;
  dwc:endLatitude '45.0261111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.7169444 45.0261111, 29.7169444 45.0261111, 29.7169444 45.0261111, 29.7169444 45.0261111, 29.7169444 45.0261111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_12'^^xsd:string;
  dwc:observationDate '2011-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.12732 29.721108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.12732"^^xsd:decimal ;
  dwc:decimalLongitude "29.721108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_64'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '832_64'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.3'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.721108'^^xsd:double;
  dwc:startLongitude '29.7211075'^^xsd:double;
  dwc:endLongitude '29.7211075'^^xsd:double;
  dwc:latitude '45.12732'^^xsd:double;
  dwc:startLatitude '45.1273201'^^xsd:double;
  dwc:endLatitude '45.1273201'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.7211075 45.1273201, 29.7211075 45.1273201, 29.7211075 45.1273201, 29.7211075 45.1273201, 29.7211075 45.1273201))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_64'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.061944 29.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.061944"^^xsd:decimal ;
  dwc:decimalLongitude "29.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_51'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '832_51'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.8075'^^xsd:double;
  dwc:startLongitude '29.8075'^^xsd:double;
  dwc:endLongitude '29.8075'^^xsd:double;
  dwc:latitude '45.061944'^^xsd:double;
  dwc:startLatitude '45.0619444'^^xsd:double;
  dwc:endLatitude '45.0619444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.8075 45.0619444, 29.8075 45.0619444, 29.8075 45.0619444, 29.8075 45.0619444, 29.8075 45.0619444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_51'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.138333 29.816944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.138333"^^xsd:decimal ;
  dwc:decimalLongitude "29.816944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_65'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '832_65'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.8'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.816944'^^xsd:double;
  dwc:startLongitude '29.8169444'^^xsd:double;
  dwc:endLongitude '29.8169444'^^xsd:double;
  dwc:latitude '45.138333'^^xsd:double;
  dwc:startLatitude '45.1383333'^^xsd:double;
  dwc:endLatitude '45.1383333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.8169444 45.1383333, 29.8169444 45.1383333, 29.8169444 45.1383333, 29.8169444 45.1383333, 29.8169444 45.1383333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_65'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76677 29.82423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76677"^^xsd:decimal ;
  dwc:decimalLongitude "29.82423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_73'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '832_73'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.75'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.82423'^^xsd:double;
  dwc:startLongitude '29.82423'^^xsd:double;
  dwc:endLongitude '29.82423'^^xsd:double;
  dwc:latitude '44.76677'^^xsd:double;
  dwc:startLatitude '44.76677'^^xsd:double;
  dwc:endLatitude '44.76677'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.82423 44.76677, 29.82423 44.76677, 29.82423 44.76677, 29.82423 44.76677, 29.82423 44.76677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_73'^^xsd:string;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.934167 29.851389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.934167"^^xsd:decimal ;
  dwc:decimalLongitude "29.851389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_77'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '832_77'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '29.851389'^^xsd:double;
  dwc:startLongitude '29.8513889'^^xsd:double;
  dwc:endLongitude '29.8513889'^^xsd:double;
  dwc:latitude '44.934167'^^xsd:double;
  dwc:startLatitude '44.9341667'^^xsd:double;
  dwc:endLatitude '44.9341667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.8513889 44.9341667, 29.8513889 44.9341667, 29.8513889 44.9341667, 29.8513889 44.9341667, 29.8513889 44.9341667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_77'^^xsd:string;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.09527 30.00158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.09527"^^xsd:decimal ;
  dwc:decimalLongitude "30.00158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_69'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '832_69'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '20.716666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '30.00158'^^xsd:double;
  dwc:startLongitude '30.00158'^^xsd:double;
  dwc:endLongitude '30.00158'^^xsd:double;
  dwc:latitude '45.09527'^^xsd:double;
  dwc:startLatitude '45.09527'^^xsd:double;
  dwc:endLatitude '45.09527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.00158 45.09527, 30.00158 45.09527, 30.00158 45.09527, 30.00158 45.09527, 30.00158 45.09527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_69'^^xsd:string;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0423 30.07043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0423"^^xsd:decimal ;
  dwc:decimalLongitude "30.07043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_67'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '832_67'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '30.07043'^^xsd:double;
  dwc:startLongitude '30.07043'^^xsd:double;
  dwc:endLongitude '30.07043'^^xsd:double;
  dwc:latitude '45.0423'^^xsd:double;
  dwc:startLatitude '45.0423'^^xsd:double;
  dwc:endLatitude '45.0423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.07043 45.0423, 30.07043 45.0423, 30.07043 45.0423, 30.07043 45.0423, 30.07043 45.0423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_67'^^xsd:string;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0423 30.07043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0423"^^xsd:decimal ;
  dwc:decimalLongitude "30.07043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_66'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '832_66'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '30.07043'^^xsd:double;
  dwc:startLongitude '30.07043'^^xsd:double;
  dwc:endLongitude '30.07043'^^xsd:double;
  dwc:latitude '45.0423'^^xsd:double;
  dwc:startLatitude '45.0423'^^xsd:double;
  dwc:endLatitude '45.0423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.07043 45.0423, 30.07043 45.0423, 30.07043 45.0423, 30.07043 45.0423, 30.07043 45.0423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_66'^^xsd:string;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03553 30.08372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03553"^^xsd:decimal ;
  dwc:decimalLongitude "30.08372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_68'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '832_68'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '30.08372'^^xsd:double;
  dwc:startLongitude '30.08372'^^xsd:double;
  dwc:endLongitude '30.08372'^^xsd:double;
  dwc:latitude '45.03553'^^xsd:double;
  dwc:startLatitude '45.03553'^^xsd:double;
  dwc:endLatitude '45.03553'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.08372 45.03553, 30.08372 45.03553, 30.08372 45.03553, 30.08372 45.03553, 30.08372 45.03553))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_68'^^xsd:string;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.001667 30.265278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.001667"^^xsd:decimal ;
  dwc:decimalLongitude "30.265278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_76'^^xsd:string;
  dwc:scientificName 'Delphinus delphis ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '832_76'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '30.265278'^^xsd:double;
  dwc:startLongitude '30.2652778'^^xsd:double;
  dwc:endLongitude '30.2652778'^^xsd:double;
  dwc:latitude '45.001667'^^xsd:double;
  dwc:startLatitude '45.0016667'^^xsd:double;
  dwc:endLatitude '45.0016667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.2652778 45.0016667, 30.2652778 45.0016667, 30.2652778 45.0016667, 30.2652778 45.0016667, 30.2652778 45.0016667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368870'^^xsd:integer;
  dwc:occurrenceId '832_76'^^xsd:string;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '368870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/3130__832_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3130__832_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/3130__832_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.233333 30.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.233333"^^xsd:decimal ;
  dwc:decimalLongitude "30.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3130__832_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "832_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3130_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-08'^^xsd:date;
  dwc:institutionCode 'Mare Nostrum'^^xsd:string;
  dwc:collectionCode '832'^^xsd:integer;
  dwc:catalogNumber '832_1'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '832_1'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Romanian coast'^^xsd:string;
  dwc:longitude '30.266667'^^xsd:double;
  dwc:startLongitude '30.2666667'^^xsd:double;
  dwc:endLongitude '30.2666667'^^xsd:double;
  dwc:latitude '44.233333'^^xsd:double;
  dwc:startLatitude '44.2333333'^^xsd:double;
  dwc:endLatitude '44.2333333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.2666667 44.2333333, 30.2666667 44.2333333, 30.2666667 44.2333333, 30.2666667 44.2333333, 30.2666667 44.2333333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus ponticus" by the provider'^^xsd:string;
  dwc:aphiaid '368871'^^xsd:integer;
  dwc:occurrenceId '832_1'^^xsd:string;
  dwc:observationDate '2010-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '368871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
# EOF