@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/event/8471_Marine_MonastirBay_09_2023>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Marine_MonastirBay_09_2023" ;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_1'^^xsd:string;
  dwc:scientificName 'Chromis chromis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127000'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_1'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127000'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_2'^^xsd:string;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_2'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_3'^^xsd:string;
  dwc:scientificName 'Diplodus annularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127049'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_3'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127049'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_4'^^xsd:string;
  dwc:scientificName 'Diplodus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127054'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_4'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_5'^^xsd:string;
  dwc:scientificName 'Epinephelus marginatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127036'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_5'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_6'^^xsd:string;
  dwc:scientificName 'Mullus surmuletus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '126986'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_6'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_7'^^xsd:string;
  dwc:scientificName 'Muraena helena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '126303'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_7'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_8'^^xsd:string;
  dwc:scientificName 'Oblada melanura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127056'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_8'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1577363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_9'^^xsd:string;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_9'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_10'^^xsd:string;
  dwc:scientificName 'Parablennius ruber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '126774'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_10'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_11'^^xsd:string;
  dwc:scientificName 'Sarpa salpa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127064'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_11'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_12'^^xsd:string;
  dwc:scientificName 'Serranus scriba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '127043'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_12'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_13'^^xsd:string;
  dwc:scientificName 'Symphodus roissali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '273573'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_13'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '273573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_14'^^xsd:string;
  dwc:scientificName 'Symphodus tinca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '273575'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_14'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '273575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_15'^^xsd:string;
  dwc:scientificName 'Thalassoma pavo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '126970'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_15'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_16'^^xsd:string;
  dwc:scientificName 'Spongia officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '132407'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_16'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_17'^^xsd:string;
  dwc:scientificName 'Arca noae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '138788'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_17'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '138788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_18'^^xsd:string;
  dwc:scientificName 'Cerithium vulgatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '139066'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_18'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '759450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_19'^^xsd:string;
  dwc:scientificName 'Lithophaga lithophaga'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '140459'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_19'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_20'^^xsd:string;
  dwc:scientificName 'Octopus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '140605'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_20'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_21'^^xsd:string;
  dwc:scientificName 'Patella rustica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '140683'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_21'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_22'^^xsd:string;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '1670329'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_22'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_23'^^xsd:string;
  dwc:scientificName 'Paracentrotus lividus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '124316'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_23'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '124316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_24'^^xsd:string;
  dwc:scientificName 'Callinectes sapidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '107379'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_24'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_25'^^xsd:string;
  dwc:scientificName 'Pachygrapsus marmoratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '107455'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_25'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_26'^^xsd:string;
  dwc:scientificName 'Astroides calycularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '135178'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_26'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '135178'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_27'^^xsd:string;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_27'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.71651 10.87804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.71651"^^xsd:decimal ;
  dwc:decimalLongitude "10.87804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8471_Marine_MonastirBay_09_2023_TunSea_MonastirBay_Sep23_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "TunSea_MonastirBay_Sep23_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8471_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-02-24'^^xsd:date;
  dwc:institutionCode 'TunSea'^^xsd:string;
  dwc:collectionCode 'List of marine species observed during diving in Monastir area, Tunisia, 2023'^^xsd:string;
  dwc:catalogNumber 'TunSea_MonastirBay_Sep23_28'^^xsd:string;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.87804'^^xsd:double;
  dwc:latitude '35.71651'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:samplingProtocol 'Diving and Photography'^^xsd:string;
  dwc:occurrenceId 'TunSea_MonastirBay_Sep23_28'^^xsd:string;
  dwc:observationDate '2023-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF