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

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

<https://eurobis.org/id/occurrence/5334__1263_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_41'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1263_41'^^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 '10.975555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.17045'^^xsd:double;
  dwc:startLongitude '10.17045'^^xsd:double;
  dwc:endLongitude '10.17045'^^xsd:double;
  dwc:latitude '38.83545'^^xsd:double;
  dwc:startLatitude '38.83545'^^xsd:double;
  dwc:endLatitude '38.83545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.17045 38.83545, 10.17045 38.83545, 10.17045 38.83545, 10.17045 38.83545, 10.17045 38.83545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_41'^^xsd:string;
  dwc:observationDate '2013-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.070417 10.403667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.070417"^^xsd:decimal ;
  dwc:decimalLongitude "10.403667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_8'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1263_8'^^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 '15.640555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.403667'^^xsd:double;
  dwc:startLongitude '10.403667'^^xsd:double;
  dwc:endLongitude '10.403667'^^xsd:double;
  dwc:latitude '37.070417'^^xsd:double;
  dwc:startLatitude '37.070417'^^xsd:double;
  dwc:endLatitude '37.070417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.403667 37.070417, 10.403667 37.070417, 10.403667 37.070417, 10.403667 37.070417, 10.403667 37.070417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_8'^^xsd:string;
  dwc:observationDate '2013-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.296117 10.388867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.296117"^^xsd:decimal ;
  dwc:decimalLongitude "10.388867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_19'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1263_19'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.496944444444'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.388867'^^xsd:double;
  dwc:startLongitude '10.388867'^^xsd:double;
  dwc:endLongitude '10.388867'^^xsd:double;
  dwc:latitude '37.296117'^^xsd:double;
  dwc:startLatitude '37.296117'^^xsd:double;
  dwc:endLatitude '37.296117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.388867 37.296117, 10.388867 37.296117, 10.388867 37.296117, 10.388867 37.296117, 10.388867 37.296117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_19'^^xsd:string;
  dwc:observationDate '2013-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.117867 10.410617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.117867"^^xsd:decimal ;
  dwc:decimalLongitude "10.410617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_58'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1263_58'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.995'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.410617'^^xsd:double;
  dwc:startLongitude '10.410617'^^xsd:double;
  dwc:endLongitude '10.410617'^^xsd:double;
  dwc:latitude '37.117867'^^xsd:double;
  dwc:startLatitude '37.117867'^^xsd:double;
  dwc:endLatitude '37.117867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.410617 37.117867, 10.410617 37.117867, 10.410617 37.117867, 10.410617 37.117867, 10.410617 37.117867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_58'^^xsd:string;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0195 10.403533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.0195"^^xsd:decimal ;
  dwc:decimalLongitude "10.403533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_31'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_31'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.475555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.403533'^^xsd:double;
  dwc:startLongitude '10.403533'^^xsd:double;
  dwc:endLongitude '10.403533'^^xsd:double;
  dwc:latitude '37.0195'^^xsd:double;
  dwc:startLatitude '37.0195'^^xsd:double;
  dwc:endLatitude '37.0195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.403533 37.0195, 10.403533 37.0195, 10.403533 37.0195, 10.403533 37.0195, 10.403533 37.0195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_31'^^xsd:string;
  dwc:observationDate '2013-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.01955 10.405383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.01955"^^xsd:decimal ;
  dwc:decimalLongitude "10.405383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_5'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1263_5'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.037777777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.405383'^^xsd:double;
  dwc:startLongitude '10.405383'^^xsd:double;
  dwc:endLongitude '10.405383'^^xsd:double;
  dwc:latitude '37.01955'^^xsd:double;
  dwc:startLatitude '37.01955'^^xsd:double;
  dwc:endLatitude '37.01955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.405383 37.01955, 10.405383 37.01955, 10.405383 37.01955, 10.405383 37.01955, 10.405383 37.01955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_5'^^xsd:string;
  dwc:observationDate '2013-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.963633 10.404367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.963633"^^xsd:decimal ;
  dwc:decimalLongitude "10.404367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_30'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_30'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.329166666667'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.404367'^^xsd:double;
  dwc:startLongitude '10.404367'^^xsd:double;
  dwc:endLongitude '10.404367'^^xsd:double;
  dwc:latitude '36.963633'^^xsd:double;
  dwc:startLatitude '36.963633'^^xsd:double;
  dwc:endLatitude '36.963633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.404367 36.963633, 10.404367 36.963633, 10.404367 36.963633, 10.404367 36.963633, 10.404367 36.963633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_30'^^xsd:string;
  dwc:observationDate '2013-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.228017 10.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.228017"^^xsd:decimal ;
  dwc:decimalLongitude "10.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_33'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_33'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.021388888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.401'^^xsd:double;
  dwc:startLongitude '10.401'^^xsd:double;
  dwc:endLongitude '10.401'^^xsd:double;
  dwc:latitude '37.228017'^^xsd:double;
  dwc:startLatitude '37.228017'^^xsd:double;
  dwc:endLatitude '37.228017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.401 37.228017, 10.401 37.228017, 10.401 37.228017, 10.401 37.228017, 10.401 37.228017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_33'^^xsd:string;
  dwc:observationDate '2013-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.244067 10.40205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.244067"^^xsd:decimal ;
  dwc:decimalLongitude "10.40205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_29'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1263_29'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.774444444444'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.40205'^^xsd:double;
  dwc:startLongitude '10.40205'^^xsd:double;
  dwc:endLongitude '10.40205'^^xsd:double;
  dwc:latitude '37.244067'^^xsd:double;
  dwc:startLatitude '37.244067'^^xsd:double;
  dwc:endLatitude '37.244067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.40205 37.244067, 10.40205 37.244067, 10.40205 37.244067, 10.40205 37.244067, 10.40205 37.244067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_29'^^xsd:string;
  dwc:observationDate '2013-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.906383 10.400083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.906383"^^xsd:decimal ;
  dwc:decimalLongitude "10.400083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_48'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_48'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.163333333333'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.400083'^^xsd:double;
  dwc:startLongitude '10.400083'^^xsd:double;
  dwc:endLongitude '10.400083'^^xsd:double;
  dwc:latitude '36.906383'^^xsd:double;
  dwc:startLatitude '36.906383'^^xsd:double;
  dwc:endLatitude '36.906383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.400083 36.906383, 10.400083 36.906383, 10.400083 36.906383, 10.400083 36.906383, 10.400083 36.906383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_48'^^xsd:string;
  dwc:observationDate '2015-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.153183 10.400183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.153183"^^xsd:decimal ;
  dwc:decimalLongitude "10.400183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_32'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_32'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.823888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.400183'^^xsd:double;
  dwc:startLongitude '10.400183'^^xsd:double;
  dwc:endLongitude '10.400183'^^xsd:double;
  dwc:latitude '37.153183'^^xsd:double;
  dwc:startLatitude '37.153183'^^xsd:double;
  dwc:endLatitude '37.153183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.400183 37.153183, 10.400183 37.153183, 10.400183 37.153183, 10.400183 37.153183, 10.400183 37.153183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_32'^^xsd:string;
  dwc:observationDate '2013-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.395933 10.367517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.395933"^^xsd:decimal ;
  dwc:decimalLongitude "10.367517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_38'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1263_38'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.753888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.367517'^^xsd:double;
  dwc:startLongitude '10.367517'^^xsd:double;
  dwc:endLongitude '10.367517'^^xsd:double;
  dwc:latitude '37.395933'^^xsd:double;
  dwc:startLatitude '37.395933'^^xsd:double;
  dwc:endLatitude '37.395933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.367517 37.395933, 10.367517 37.395933, 10.367517 37.395933, 10.367517 37.395933, 10.367517 37.395933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_38'^^xsd:string;
  dwc:observationDate '2013-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.395933 10.367517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.395933"^^xsd:decimal ;
  dwc:decimalLongitude "10.367517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_39'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1263_39'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.753888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.367517'^^xsd:double;
  dwc:startLongitude '10.367517'^^xsd:double;
  dwc:endLongitude '10.367517'^^xsd:double;
  dwc:latitude '37.395933'^^xsd:double;
  dwc:startLatitude '37.395933'^^xsd:double;
  dwc:endLatitude '37.395933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.367517 37.395933, 10.367517 37.395933, 10.367517 37.395933, 10.367517 37.395933, 10.367517 37.395933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_39'^^xsd:string;
  dwc:observationDate '2013-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.063233 10.393517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.063233"^^xsd:decimal ;
  dwc:decimalLongitude "10.393517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_18'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1263_18'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.872222222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.393517'^^xsd:double;
  dwc:startLongitude '10.393517'^^xsd:double;
  dwc:endLongitude '10.393517'^^xsd:double;
  dwc:latitude '37.063233'^^xsd:double;
  dwc:startLatitude '37.063233'^^xsd:double;
  dwc:endLatitude '37.063233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.393517 37.063233, 10.393517 37.063233, 10.393517 37.063233, 10.393517 37.063233, 10.393517 37.063233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_18'^^xsd:string;
  dwc:observationDate '2013-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.851317 10.411783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.851317"^^xsd:decimal ;
  dwc:decimalLongitude "10.411783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_23'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1263_23'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.583888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.411783'^^xsd:double;
  dwc:startLongitude '10.411783'^^xsd:double;
  dwc:endLongitude '10.411783'^^xsd:double;
  dwc:latitude '36.851317'^^xsd:double;
  dwc:startLatitude '36.851317'^^xsd:double;
  dwc:endLatitude '36.851317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.411783 36.851317, 10.411783 36.851317, 10.411783 36.851317, 10.411783 36.851317, 10.411783 36.851317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_23'^^xsd:string;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.137767 10.3942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.137767"^^xsd:decimal ;
  dwc:decimalLongitude "10.3942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_52'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1263_52'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.750555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.3942'^^xsd:double;
  dwc:startLongitude '10.3942'^^xsd:double;
  dwc:endLongitude '10.3942'^^xsd:double;
  dwc:latitude '37.137767'^^xsd:double;
  dwc:startLatitude '37.137767'^^xsd:double;
  dwc:endLatitude '37.137767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.3942 37.137767, 10.3942 37.137767, 10.3942 37.137767, 10.3942 37.137767, 10.3942 37.137767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_52'^^xsd:string;
  dwc:observationDate '2015-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.904867 9.5799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.904867"^^xsd:decimal ;
  dwc:decimalLongitude "9.5799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_26'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1263_26'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.241666666667'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.5799'^^xsd:double;
  dwc:startLongitude '9.5799'^^xsd:double;
  dwc:endLongitude '9.5799'^^xsd:double;
  dwc:latitude '42.904867'^^xsd:double;
  dwc:startLatitude '42.904867'^^xsd:double;
  dwc:endLatitude '42.904867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.5799 42.904867, 9.5799 42.904867, 9.5799 42.904867, 9.5799 42.904867, 9.5799 42.904867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_26'^^xsd:string;
  dwc:observationDate '2013-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.168117 10.39985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.168117"^^xsd:decimal ;
  dwc:decimalLongitude "10.39985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_6'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1263_6'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.425555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.39985'^^xsd:double;
  dwc:startLongitude '10.39985'^^xsd:double;
  dwc:endLongitude '10.39985'^^xsd:double;
  dwc:latitude '37.168117'^^xsd:double;
  dwc:startLatitude '37.168117'^^xsd:double;
  dwc:endLatitude '37.168117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.39985 37.168117, 10.39985 37.168117, 10.39985 37.168117, 10.39985 37.168117, 10.39985 37.168117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_6'^^xsd:string;
  dwc:observationDate '2013-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3712 10.380533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3712"^^xsd:decimal ;
  dwc:decimalLongitude "10.380533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_49'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_49'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.391666666667'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.380533'^^xsd:double;
  dwc:startLongitude '10.380533'^^xsd:double;
  dwc:endLongitude '10.380533'^^xsd:double;
  dwc:latitude '37.3712'^^xsd:double;
  dwc:startLatitude '37.3712'^^xsd:double;
  dwc:endLatitude '37.3712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.380533 37.3712, 10.380533 37.3712, 10.380533 37.3712, 10.380533 37.3712, 10.380533 37.3712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_49'^^xsd:string;
  dwc:observationDate '2015-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0597 10.3938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.0597"^^xsd:decimal ;
  dwc:decimalLongitude "10.3938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_17'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1263_17'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.862777777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.3938'^^xsd:double;
  dwc:startLongitude '10.3938'^^xsd:double;
  dwc:endLongitude '10.3938'^^xsd:double;
  dwc:latitude '37.0597'^^xsd:double;
  dwc:startLatitude '37.0597'^^xsd:double;
  dwc:endLatitude '37.0597'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.3938 37.0597, 10.3938 37.0597, 10.3938 37.0597, 10.3938 37.0597, 10.3938 37.0597))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_17'^^xsd:string;
  dwc:observationDate '2013-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.99905 10.399883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.99905"^^xsd:decimal ;
  dwc:decimalLongitude "10.399883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_53'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1263_53'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.132222222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.399883'^^xsd:double;
  dwc:startLongitude '10.399883'^^xsd:double;
  dwc:endLongitude '10.399883'^^xsd:double;
  dwc:latitude '36.99905'^^xsd:double;
  dwc:startLatitude '36.99905'^^xsd:double;
  dwc:endLatitude '36.99905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.399883 36.99905, 10.399883 36.99905, 10.399883 36.99905, 10.399883 36.99905, 10.399883 36.99905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_53'^^xsd:string;
  dwc:observationDate '2015-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.861483 10.016717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.861483"^^xsd:decimal ;
  dwc:decimalLongitude "10.016717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_37'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1263_37'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.264722222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.016717'^^xsd:double;
  dwc:startLongitude '10.016717'^^xsd:double;
  dwc:endLongitude '10.016717'^^xsd:double;
  dwc:latitude '39.861483'^^xsd:double;
  dwc:startLatitude '39.861483'^^xsd:double;
  dwc:endLatitude '39.861483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.016717 39.861483, 10.016717 39.861483, 10.016717 39.861483, 10.016717 39.861483, 10.016717 39.861483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_37'^^xsd:string;
  dwc:observationDate '2013-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.392883 10.227117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.392883"^^xsd:decimal ;
  dwc:decimalLongitude "10.227117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_63'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1263_63'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.558333333333'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.227117'^^xsd:double;
  dwc:startLongitude '10.227117'^^xsd:double;
  dwc:endLongitude '10.227117'^^xsd:double;
  dwc:latitude '38.392883'^^xsd:double;
  dwc:startLatitude '38.392883'^^xsd:double;
  dwc:endLatitude '38.392883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.227117 38.392883, 10.227117 38.392883, 10.227117 38.392883, 10.227117 38.392883, 10.227117 38.392883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_63'^^xsd:string;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.604633 10.088067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.604633"^^xsd:decimal ;
  dwc:decimalLongitude "10.088067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_4'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_4'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.237222222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.088067'^^xsd:double;
  dwc:startLongitude '10.088067'^^xsd:double;
  dwc:endLongitude '10.088067'^^xsd:double;
  dwc:latitude '39.604633'^^xsd:double;
  dwc:startLatitude '39.604633'^^xsd:double;
  dwc:endLatitude '39.604633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.088067 39.604633, 10.088067 39.604633, 10.088067 39.604633, 10.088067 39.604633, 10.088067 39.604633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_4'^^xsd:string;
  dwc:observationDate '2013-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.168567 10.020867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.168567"^^xsd:decimal ;
  dwc:decimalLongitude "10.020867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_10'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_10'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.6588888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.020867'^^xsd:double;
  dwc:startLongitude '10.020867'^^xsd:double;
  dwc:endLongitude '10.020867'^^xsd:double;
  dwc:latitude '40.168567'^^xsd:double;
  dwc:startLatitude '40.168567'^^xsd:double;
  dwc:endLatitude '40.168567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.020867 40.168567, 10.020867 40.168567, 10.020867 40.168567, 10.020867 40.168567, 10.020867 40.168567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_10'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11995 9.5157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11995"^^xsd:decimal ;
  dwc:decimalLongitude "9.5157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_21'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1263_21'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.1694444444444'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.5157'^^xsd:double;
  dwc:startLongitude '9.5157'^^xsd:double;
  dwc:endLongitude '9.5157'^^xsd:double;
  dwc:latitude '43.11995'^^xsd:double;
  dwc:startLatitude '43.11995'^^xsd:double;
  dwc:endLatitude '43.11995'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.5157 43.11995, 9.5157 43.11995, 9.5157 43.11995, 9.5157 43.11995, 9.5157 43.11995))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_21'^^xsd:string;
  dwc:observationDate '2013-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1899 9.97425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1899"^^xsd:decimal ;
  dwc:decimalLongitude "9.97425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_36'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1263_36'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.42'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.97425'^^xsd:double;
  dwc:startLongitude '9.97425'^^xsd:double;
  dwc:endLongitude '9.97425'^^xsd:double;
  dwc:latitude '40.1899'^^xsd:double;
  dwc:startLatitude '40.1899'^^xsd:double;
  dwc:endLatitude '40.1899'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.97425 40.1899, 9.97425 40.1899, 9.97425 40.1899, 9.97425 40.1899, 9.97425 40.1899))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_36'^^xsd:string;
  dwc:observationDate '2013-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.940083 10.038367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.940083"^^xsd:decimal ;
  dwc:decimalLongitude "10.038367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_2'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_2'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.3888888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.038367'^^xsd:double;
  dwc:startLongitude '10.038367'^^xsd:double;
  dwc:endLongitude '10.038367'^^xsd:double;
  dwc:latitude '39.940083'^^xsd:double;
  dwc:startLatitude '39.940083'^^xsd:double;
  dwc:endLatitude '39.940083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.038367 39.940083, 10.038367 39.940083, 10.038367 39.940083, 10.038367 39.940083, 10.038367 39.940083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_2'^^xsd:string;
  dwc:observationDate '2013-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.502517 9.6384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.502517"^^xsd:decimal ;
  dwc:decimalLongitude "9.6384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_24'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1263_24'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.1880555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.6384'^^xsd:double;
  dwc:startLongitude '9.6384'^^xsd:double;
  dwc:endLongitude '9.6384'^^xsd:double;
  dwc:latitude '42.502517'^^xsd:double;
  dwc:startLatitude '42.502517'^^xsd:double;
  dwc:endLatitude '42.502517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.6384 42.502517, 9.6384 42.502517, 9.6384 42.502517, 9.6384 42.502517, 9.6384 42.502517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_24'^^xsd:string;
  dwc:observationDate '2013-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.946933 10.0069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.946933"^^xsd:decimal ;
  dwc:decimalLongitude "10.0069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_27'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1263_27'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.5008333333333'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.0069'^^xsd:double;
  dwc:startLongitude '10.0069'^^xsd:double;
  dwc:endLongitude '10.0069'^^xsd:double;
  dwc:latitude '39.946933'^^xsd:double;
  dwc:startLatitude '39.946933'^^xsd:double;
  dwc:endLatitude '39.946933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.0069 39.946933, 10.0069 39.946933, 10.0069 39.946933, 10.0069 39.946933, 10.0069 39.946933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_27'^^xsd:string;
  dwc:observationDate '2013-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.067683 10.28265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.067683"^^xsd:decimal ;
  dwc:decimalLongitude "10.28265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_28'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1263_28'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.572222222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.28265'^^xsd:double;
  dwc:startLongitude '10.28265'^^xsd:double;
  dwc:endLongitude '10.28265'^^xsd:double;
  dwc:latitude '38.067683'^^xsd:double;
  dwc:startLatitude '38.067683'^^xsd:double;
  dwc:endLatitude '38.067683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.28265 38.067683, 10.28265 38.067683, 10.28265 38.067683, 10.28265 38.067683, 10.28265 38.067683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_28'^^xsd:string;
  dwc:observationDate '2013-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.287583 10.103217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.287583"^^xsd:decimal ;
  dwc:decimalLongitude "10.103217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_55'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1263_55'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.0602777777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.103217'^^xsd:double;
  dwc:startLongitude '10.103217'^^xsd:double;
  dwc:endLongitude '10.103217'^^xsd:double;
  dwc:latitude '39.287583'^^xsd:double;
  dwc:startLatitude '39.287583'^^xsd:double;
  dwc:endLatitude '39.287583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.103217 39.287583, 10.103217 39.287583, 10.103217 39.287583, 10.103217 39.287583, 10.103217 39.287583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_55'^^xsd:string;
  dwc:observationDate '2015-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.47125 10.221583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.47125"^^xsd:decimal ;
  dwc:decimalLongitude "10.221583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_56'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1263_56'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.3575'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.221583'^^xsd:double;
  dwc:startLongitude '10.221583'^^xsd:double;
  dwc:endLongitude '10.221583'^^xsd:double;
  dwc:latitude '38.47125'^^xsd:double;
  dwc:startLatitude '38.47125'^^xsd:double;
  dwc:endLatitude '38.47125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.221583 38.47125, 10.221583 38.47125, 10.221583 38.47125, 10.221583 38.47125, 10.221583 38.47125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_56'^^xsd:string;
  dwc:observationDate '2015-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.125917 10.016417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.125917"^^xsd:decimal ;
  dwc:decimalLongitude "10.016417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_1'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_1'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.8363888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.016417'^^xsd:double;
  dwc:startLongitude '10.016417'^^xsd:double;
  dwc:endLongitude '10.016417'^^xsd:double;
  dwc:latitude '40.125917'^^xsd:double;
  dwc:startLatitude '40.125917'^^xsd:double;
  dwc:endLatitude '40.125917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.016417 40.125917, 10.016417 40.125917, 10.016417 40.125917, 10.016417 40.125917, 10.016417 40.125917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_1'^^xsd:string;
  dwc:observationDate '2013-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.676933 10.078067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.676933"^^xsd:decimal ;
  dwc:decimalLongitude "10.078067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_3'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1263_3'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.056388888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.078067'^^xsd:double;
  dwc:startLongitude '10.078067'^^xsd:double;
  dwc:endLongitude '10.078067'^^xsd:double;
  dwc:latitude '39.676933'^^xsd:double;
  dwc:startLatitude '39.676933'^^xsd:double;
  dwc:endLatitude '39.676933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.078067 39.676933, 10.078067 39.676933, 10.078067 39.676933, 10.078067 39.676933, 10.078067 39.676933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_3'^^xsd:string;
  dwc:observationDate '2013-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.321767 10.232233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.321767"^^xsd:decimal ;
  dwc:decimalLongitude "10.232233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_14'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_14'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.904722222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.232233'^^xsd:double;
  dwc:startLongitude '10.232233'^^xsd:double;
  dwc:endLongitude '10.232233'^^xsd:double;
  dwc:latitude '38.321767'^^xsd:double;
  dwc:startLatitude '38.321767'^^xsd:double;
  dwc:endLatitude '38.321767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.232233 38.321767, 10.232233 38.321767, 10.232233 38.321767, 10.232233 38.321767, 10.232233 38.321767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_14'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.67775 9.293683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.67775"^^xsd:decimal ;
  dwc:decimalLongitude "9.293683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_7'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1263_7'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.724722222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.293683'^^xsd:double;
  dwc:startLongitude '9.293683'^^xsd:double;
  dwc:endLongitude '9.293683'^^xsd:double;
  dwc:latitude '43.67775'^^xsd:double;
  dwc:startLatitude '43.67775'^^xsd:double;
  dwc:endLatitude '43.67775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.293683 43.67775, 9.293683 43.67775, 9.293683 43.67775, 9.293683 43.67775, 9.293683 43.67775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_7'^^xsd:string;
  dwc:observationDate '2013-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.049333 10.0338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.049333"^^xsd:decimal ;
  dwc:decimalLongitude "10.0338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_13'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_13'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9658333333333'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.0338'^^xsd:double;
  dwc:startLongitude '10.0338'^^xsd:double;
  dwc:endLongitude '10.0338'^^xsd:double;
  dwc:latitude '40.049333'^^xsd:double;
  dwc:startLatitude '40.049333'^^xsd:double;
  dwc:endLatitude '40.049333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.0338 40.049333, 10.0338 40.049333, 10.0338 40.049333, 10.0338 40.049333, 10.0338 40.049333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_13'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.567767 9.6252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.567767"^^xsd:decimal ;
  dwc:decimalLongitude "9.6252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_34'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1263_34'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.9180555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.6252'^^xsd:double;
  dwc:startLongitude '9.6252'^^xsd:double;
  dwc:endLongitude '9.6252'^^xsd:double;
  dwc:latitude '42.567767'^^xsd:double;
  dwc:startLatitude '42.567767'^^xsd:double;
  dwc:endLatitude '42.567767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.6252 42.567767, 9.6252 42.567767, 9.6252 42.567767, 9.6252 42.567767, 9.6252 42.567767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_34'^^xsd:string;
  dwc:observationDate '2013-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.071583 10.031433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.071583"^^xsd:decimal ;
  dwc:decimalLongitude "10.031433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_11'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_11'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9086111111111'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.031433'^^xsd:double;
  dwc:startLongitude '10.031433'^^xsd:double;
  dwc:endLongitude '10.031433'^^xsd:double;
  dwc:latitude '40.071583'^^xsd:double;
  dwc:startLatitude '40.071583'^^xsd:double;
  dwc:endLatitude '40.071583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.031433 40.071583, 10.031433 40.071583, 10.031433 40.071583, 10.031433 40.071583, 10.031433 40.071583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_11'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8692 9.13315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8692"^^xsd:decimal ;
  dwc:decimalLongitude "9.13315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_60'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1263_60'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.435277777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.13315'^^xsd:double;
  dwc:startLongitude '9.13315'^^xsd:double;
  dwc:endLongitude '9.13315'^^xsd:double;
  dwc:latitude '43.8692'^^xsd:double;
  dwc:startLatitude '43.8692'^^xsd:double;
  dwc:endLatitude '43.8692'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.13315 43.8692, 9.13315 43.8692, 9.13315 43.8692, 9.13315 43.8692, 9.13315 43.8692))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_60'^^xsd:string;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11895 9.03825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11895"^^xsd:decimal ;
  dwc:decimalLongitude "9.03825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_61'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1263_61'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.126388888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.03825'^^xsd:double;
  dwc:startLongitude '9.03825'^^xsd:double;
  dwc:endLongitude '9.03825'^^xsd:double;
  dwc:latitude '44.11895'^^xsd:double;
  dwc:startLatitude '44.11895'^^xsd:double;
  dwc:endLatitude '44.11895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.03825 44.11895, 9.03825 44.11895, 9.03825 44.11895, 9.03825 44.11895, 9.03825 44.11895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S.coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1263_61'^^xsd:string;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.284933 10.237567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.284933"^^xsd:decimal ;
  dwc:decimalLongitude "10.237567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_15'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_15'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.016388888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.237567'^^xsd:double;
  dwc:startLongitude '10.237567'^^xsd:double;
  dwc:endLongitude '10.237567'^^xsd:double;
  dwc:latitude '38.284933'^^xsd:double;
  dwc:startLatitude '38.284933'^^xsd:double;
  dwc:endLatitude '38.284933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.237567 38.284933, 10.237567 38.284933, 10.237567 38.284933, 10.237567 38.284933, 10.237567 38.284933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "P.macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1263_15'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.284933 10.237567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.284933"^^xsd:decimal ;
  dwc:decimalLongitude "10.237567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_51'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_51'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.016388888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.237567'^^xsd:double;
  dwc:startLongitude '10.237567'^^xsd:double;
  dwc:endLongitude '10.237567'^^xsd:double;
  dwc:latitude '38.284933'^^xsd:double;
  dwc:startLatitude '38.284933'^^xsd:double;
  dwc:endLatitude '38.284933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.237567 38.284933, 10.237567 38.284933, 10.237567 38.284933, 10.237567 38.284933, 10.237567 38.284933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "P.macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1263_51'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08195 9.083133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08195"^^xsd:decimal ;
  dwc:decimalLongitude "9.083133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_9'^^xsd:string;
  dwc:scientificName 'Ziphius cavirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1263_9'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.711111111111'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.083133'^^xsd:double;
  dwc:startLongitude '9.083133'^^xsd:double;
  dwc:endLongitude '9.083133'^^xsd:double;
  dwc:latitude '44.08195'^^xsd:double;
  dwc:startLatitude '44.08195'^^xsd:double;
  dwc:endLatitude '44.08195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.083133 44.08195, 9.083133 44.08195, 9.083133 44.08195, 9.083133 44.08195, 9.083133 44.08195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Z.cavirostris" by the provider'^^xsd:string;
  dwc:aphiaid '137127'^^xsd:integer;
  dwc:occurrenceId '1263_9'^^xsd:string;
  dwc:observationDate '2013-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.071583 10.031433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.071583"^^xsd:decimal ;
  dwc:decimalLongitude "10.031433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_12'^^xsd:string;
  dwc:scientificName 'Ziphius cavirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_12'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9086111111111'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.031433'^^xsd:double;
  dwc:startLongitude '10.031433'^^xsd:double;
  dwc:endLongitude '10.031433'^^xsd:double;
  dwc:latitude '40.071583'^^xsd:double;
  dwc:startLatitude '40.071583'^^xsd:double;
  dwc:endLatitude '40.071583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.031433 40.071583, 10.031433 40.071583, 10.031433 40.071583, 10.031433 40.071583, 10.031433 40.071583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Z.cavirostris" by the provider'^^xsd:string;
  dwc:aphiaid '137127'^^xsd:integer;
  dwc:occurrenceId '1263_12'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.160767 9.022033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.160767"^^xsd:decimal ;
  dwc:decimalLongitude "9.022033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_62'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1263_62'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.242222222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.022033'^^xsd:double;
  dwc:startLongitude '9.022033'^^xsd:double;
  dwc:endLongitude '9.022033'^^xsd:double;
  dwc:latitude '44.160767'^^xsd:double;
  dwc:startLatitude '44.160767'^^xsd:double;
  dwc:endLatitude '44.160767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.022033 44.160767, 9.022033 44.160767, 9.022033 44.160767, 9.022033 44.160767, 9.022033 44.160767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_62'^^xsd:string;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.341583 10.242867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.341583"^^xsd:decimal ;
  dwc:decimalLongitude "10.242867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_57'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1263_57'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.758055555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.242867'^^xsd:double;
  dwc:startLongitude '10.242867'^^xsd:double;
  dwc:endLongitude '10.242867'^^xsd:double;
  dwc:latitude '38.341583'^^xsd:double;
  dwc:startLatitude '38.341583'^^xsd:double;
  dwc:endLatitude '38.341583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.242867 38.341583, 10.242867 38.341583, 10.242867 38.341583, 10.242867 38.341583, 10.242867 38.341583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_57'^^xsd:string;
  dwc:observationDate '2015-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.18385 10.124717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.18385"^^xsd:decimal ;
  dwc:decimalLongitude "10.124717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_50'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1263_50'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.8080555555556'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.124717'^^xsd:double;
  dwc:startLongitude '10.124717'^^xsd:double;
  dwc:endLongitude '10.124717'^^xsd:double;
  dwc:latitude '39.18385'^^xsd:double;
  dwc:startLatitude '39.18385'^^xsd:double;
  dwc:endLatitude '39.18385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.124717 39.18385, 10.124717 39.18385, 10.124717 39.18385, 10.124717 39.18385, 10.124717 39.18385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_50'^^xsd:string;
  dwc:observationDate '2015-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.547783 9.934767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.547783"^^xsd:decimal ;
  dwc:decimalLongitude "9.934767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_35'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1263_35'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.4919444444444'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.934767'^^xsd:double;
  dwc:startLongitude '9.934767'^^xsd:double;
  dwc:endLongitude '9.934767'^^xsd:double;
  dwc:latitude '40.547783'^^xsd:double;
  dwc:startLatitude '40.547783'^^xsd:double;
  dwc:endLatitude '40.547783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.934767 40.547783, 9.934767 40.547783, 9.934767 40.547783, 9.934767 40.547783, 9.934767 40.547783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_35'^^xsd:string;
  dwc:observationDate '2013-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25845 10.241767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25845"^^xsd:decimal ;
  dwc:decimalLongitude "10.241767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_16'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_16'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.0975'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.241767'^^xsd:double;
  dwc:startLongitude '10.241767'^^xsd:double;
  dwc:endLongitude '10.241767'^^xsd:double;
  dwc:latitude '38.25845'^^xsd:double;
  dwc:startLatitude '38.25845'^^xsd:double;
  dwc:endLatitude '38.25845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.241767 38.25845, 10.241767 38.25845, 10.241767 38.25845, 10.241767 38.25845, 10.241767 38.25845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_16'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8692 9.13315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8692"^^xsd:decimal ;
  dwc:decimalLongitude "9.13315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_59'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1263_59'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.435277777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.13315'^^xsd:double;
  dwc:startLongitude '9.13315'^^xsd:double;
  dwc:endLongitude '9.13315'^^xsd:double;
  dwc:latitude '43.8692'^^xsd:double;
  dwc:startLatitude '43.8692'^^xsd:double;
  dwc:endLatitude '43.8692'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.13315 43.8692, 9.13315 43.8692, 9.13315 43.8692, 9.13315 43.8692, 9.13315 43.8692))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_59'^^xsd:string;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.244017 9.455617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.244017"^^xsd:decimal ;
  dwc:decimalLongitude "9.455617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_54'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1263_54'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:startYearCollected '2015'^^xsd:integer;
  dwc:endYearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.9561111111111'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.455617'^^xsd:double;
  dwc:startLongitude '9.455617'^^xsd:double;
  dwc:endLongitude '9.455617'^^xsd:double;
  dwc:latitude '43.244017'^^xsd:double;
  dwc:startLatitude '43.244017'^^xsd:double;
  dwc:endLatitude '43.244017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.455617 43.244017, 9.455617 43.244017, 9.455617 43.244017, 9.455617 43.244017, 9.455617 43.244017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_54'^^xsd:string;
  dwc:observationDate '2015-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.36615 9.402367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.36615"^^xsd:decimal ;
  dwc:decimalLongitude "9.402367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_22'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1263_22'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.865'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.402367'^^xsd:double;
  dwc:startLongitude '9.402367'^^xsd:double;
  dwc:endLongitude '9.402367'^^xsd:double;
  dwc:latitude '43.36615'^^xsd:double;
  dwc:startLatitude '43.36615'^^xsd:double;
  dwc:endLatitude '43.36615'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.402367 43.36615, 9.402367 43.36615, 9.402367 43.36615, 9.402367 43.36615, 9.402367 43.36615))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_22'^^xsd:string;
  dwc:observationDate '2013-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65815 9.616617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65815"^^xsd:decimal ;
  dwc:decimalLongitude "9.616617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_25'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1263_25'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.5936111111111'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.616617'^^xsd:double;
  dwc:startLongitude '9.616617'^^xsd:double;
  dwc:endLongitude '9.616617'^^xsd:double;
  dwc:latitude '42.65815'^^xsd:double;
  dwc:startLatitude '42.65815'^^xsd:double;
  dwc:endLatitude '42.65815'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.616617 42.65815, 9.616617 42.65815, 9.616617 42.65815, 9.616617 42.65815, 9.616617 42.65815))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B.physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1263_25'^^xsd:string;
  dwc:observationDate '2013-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.544267 9.965033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.544267"^^xsd:decimal ;
  dwc:decimalLongitude "9.965033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_44'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_44'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.7072222222222'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.965033'^^xsd:double;
  dwc:startLongitude '9.965033'^^xsd:double;
  dwc:endLongitude '9.965033'^^xsd:double;
  dwc:latitude '40.544267'^^xsd:double;
  dwc:startLatitude '40.544267'^^xsd:double;
  dwc:endLatitude '40.544267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.965033 40.544267, 9.965033 40.544267, 9.965033 40.544267, 9.965033 40.544267, 9.965033 40.544267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_44'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.946433 9.560967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.946433"^^xsd:decimal ;
  dwc:decimalLongitude "9.560967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_47'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1263_47'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9194444444444'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.560967'^^xsd:double;
  dwc:startLongitude '9.560967'^^xsd:double;
  dwc:endLongitude '9.560967'^^xsd:double;
  dwc:latitude '42.946433'^^xsd:double;
  dwc:startLatitude '42.946433'^^xsd:double;
  dwc:endLatitude '42.946433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.560967 42.946433, 9.560967 42.946433, 9.560967 42.946433, 9.560967 42.946433, 9.560967 42.946433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_47'^^xsd:string;
  dwc:observationDate '2013-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.02255 10.2806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.02255"^^xsd:decimal ;
  dwc:decimalLongitude "10.2806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_46'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_46'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.818888888889'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.2806'^^xsd:double;
  dwc:startLongitude '10.2806'^^xsd:double;
  dwc:endLongitude '10.2806'^^xsd:double;
  dwc:latitude '38.02255'^^xsd:double;
  dwc:startLatitude '38.02255'^^xsd:double;
  dwc:endLatitude '38.02255'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.2806 38.02255, 10.2806 38.02255, 10.2806 38.02255, 10.2806 38.02255, 10.2806 38.02255))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_46'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43645 9.6784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43645"^^xsd:decimal ;
  dwc:decimalLongitude "9.6784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_43'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1263_43'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.4252777777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.6784'^^xsd:double;
  dwc:startLongitude '9.6784'^^xsd:double;
  dwc:endLongitude '9.6784'^^xsd:double;
  dwc:latitude '42.43645'^^xsd:double;
  dwc:startLatitude '42.43645'^^xsd:double;
  dwc:endLatitude '42.43645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.6784 42.43645, 9.6784 42.43645, 9.6784 42.43645, 9.6784 42.43645, 9.6784 42.43645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_43'^^xsd:string;
  dwc:observationDate '2013-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.686 10.195433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.686"^^xsd:decimal ;
  dwc:decimalLongitude "10.195433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_42'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1263_42'^^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 '11.371111111111'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.195433'^^xsd:double;
  dwc:startLongitude '10.195433'^^xsd:double;
  dwc:endLongitude '10.195433'^^xsd:double;
  dwc:latitude '38.686'^^xsd:double;
  dwc:startLatitude '38.686'^^xsd:double;
  dwc:endLatitude '38.686'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.195433 38.686, 10.195433 38.686, 10.195433 38.686, 10.195433 38.686, 10.195433 38.686))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_42'^^xsd:string;
  dwc:observationDate '2013-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9884 9.73165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9884"^^xsd:decimal ;
  dwc:decimalLongitude "9.73165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_40'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1263_40'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.1252777777778'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.73165'^^xsd:double;
  dwc:startLongitude '9.73165'^^xsd:double;
  dwc:endLongitude '9.73165'^^xsd:double;
  dwc:latitude '41.9884'^^xsd:double;
  dwc:startLatitude '41.9884'^^xsd:double;
  dwc:endLatitude '41.9884'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.73165 41.9884, 9.73165 41.9884, 9.73165 41.9884, 9.73165 41.9884, 9.73165 41.9884))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_40'^^xsd:string;
  dwc:observationDate '2013-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7605 9.595633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7605"^^xsd:decimal ;
  dwc:decimalLongitude "9.595633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_20'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1263_20'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.2225'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '9.595633'^^xsd:double;
  dwc:startLongitude '9.595633'^^xsd:double;
  dwc:endLongitude '9.595633'^^xsd:double;
  dwc:latitude '42.7605'^^xsd:double;
  dwc:startLatitude '42.7605'^^xsd:double;
  dwc:endLatitude '42.7605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.595633 42.7605, 9.595633 42.7605, 9.595633 42.7605, 9.595633 42.7605, 9.595633 42.7605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "T.truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1263_20'^^xsd:string;
  dwc:observationDate '2013-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5334__1263_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5334__1263_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5334__1263_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.35855 10.119067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.35855"^^xsd:decimal ;
  dwc:decimalLongitude "10.119067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5334__1263_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1263_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5334_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-10-16'^^xsd:date;
  dwc:institutionCode 'ITUCRE'^^xsd:string;
  dwc:collectionCode '1263'^^xsd:integer;
  dwc:catalogNumber '1263_45'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1263_45'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.87'^^xsd:double;
  dwc:continentOcean 'Tunisia'^^xsd:string;
  dwc:longitude '10.119067'^^xsd:double;
  dwc:startLongitude '10.119067'^^xsd:double;
  dwc:endLongitude '10.119067'^^xsd:double;
  dwc:latitude '39.35855'^^xsd:double;
  dwc:startLatitude '39.35855'^^xsd:double;
  dwc:endLatitude '39.35855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.119067 39.35855, 10.119067 39.35855, 10.119067 39.35855, 10.119067 39.35855, 10.119067 39.35855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Caretta caretta" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1263_45'^^xsd:string;
  dwc:observationDate '2013-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF