@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/8470_Agios%20Georgios_2021-06-20%2F26_33-41>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41" ;
  .
<https://eurobis.org/id/event/8470_Barketa_2021-06-20%2F26_40-44>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Barketa_2021-06-20/26_40-44" ;
  .
<https://eurobis.org/id/event/8470_Fanari_2021-06-20%2F26_37-40>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Fanari_2021-06-20/26_37-40" ;
  .
<https://eurobis.org/id/event/8470_Mikro_2021-06-20%2F26_31-39>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Mikro_2021-06-20/26_31-39" ;
  .
<https://eurobis.org/id/event/8470_Moules_2021-06-20%2F26_40-45>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Moules_2021-06-20/26_40-45" ;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Asparagopsis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Asparagopsis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Asparagopsis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Asparagopsis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Asparagopsis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Asparagopsis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Asparagopsis'^^xsd:string;
  dwc:scientificName 'Asparagopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '143809'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Asparagopsis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '143809'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chrysymenia%20ventricosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chrysymenia%20ventricosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chrysymenia%20ventricosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chrysymenia%20ventricosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chrysymenia%20ventricosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Chrysymenia ventricosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Chrysymenia ventricosa'^^xsd:string;
  dwc:scientificName 'Chrysymenia ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '145845'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Chrysymenia ventricosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145845'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Flabellia%20petiolata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Flabellia%20petiolata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Flabellia%20petiolata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Flabellia%20petiolata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Flabellia%20petiolata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Flabellia petiolata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Flabellia petiolata'^^xsd:string;
  dwc:scientificName 'Flabellia petiolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '145094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Flabellia petiolata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Lithophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Lithophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Lithophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Lithophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Lithophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Lithophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Lithophyllum'^^xsd:string;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Lithophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Mesophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Mesophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Mesophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Mesophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Mesophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Mesophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Mesophyllum'^^xsd:string;
  dwc:scientificName 'Mesophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '144020'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Mesophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144020'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peyssonnelia>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peyssonnelia> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peyssonnelia> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peyssonnelia>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peyssonnelia>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Peyssonnelia" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Peyssonnelia'^^xsd:string;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Peyssonnelia'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Aplidium%20elegans>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Aplidium%20elegans> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Aplidium%20elegans> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Aplidium%20elegans>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Aplidium%20elegans>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Aplidium elegans" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Aplidium elegans'^^xsd:string;
  dwc:scientificName 'Aplidium elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '103643'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Aplidium elegans'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103643'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Halocynthia%20papillosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Halocynthia%20papillosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Halocynthia%20papillosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Halocynthia%20papillosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Halocynthia%20papillosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Halocynthia papillosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Halocynthia papillosa'^^xsd:string;
  dwc:scientificName 'Halocynthia papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '103827'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Halocynthia papillosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Adeonella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Adeonella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Adeonella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Adeonella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Adeonella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Adeonella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Adeonella'^^xsd:string;
  dwc:scientificName 'Adeonella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '110815'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Adeonella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20cavolini>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20cavolini> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20cavolini> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20cavolini>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20cavolini>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Eunicella cavolini" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Eunicella cavolini'^^xsd:string;
  dwc:scientificName 'Eunicella cavolini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '125361'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Eunicella cavolini'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125361'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20verrucosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20verrucosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20verrucosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20verrucosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Eunicella%20verrucosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Eunicella verrucosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Eunicella verrucosa'^^xsd:string;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Eunicella verrucosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Leptopsammia%20pruvoti>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Leptopsammia%20pruvoti> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Leptopsammia%20pruvoti> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Leptopsammia%20pruvoti>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Leptopsammia%20pruvoti>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Leptopsammia pruvoti" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Leptopsammia pruvoti'^^xsd:string;
  dwc:scientificName 'Leptopsammia pruvoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '135193'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Leptopsammia pruvoti'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Madracis%20pharensis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Madracis%20pharensis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Madracis%20pharensis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Madracis%20pharensis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Madracis%20pharensis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Madracis pharensis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Madracis pharensis'^^xsd:string;
  dwc:scientificName 'Madracis pharensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '135212'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Madracis pharensis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135212'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Paramuricea%20clavata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Paramuricea%20clavata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Paramuricea%20clavata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Paramuricea%20clavata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Paramuricea%20clavata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Paramuricea clavata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Paramuricea clavata'^^xsd:string;
  dwc:scientificName 'Paramuricea clavata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '125387'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Paramuricea clavata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hacelia%20attenuata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hacelia%20attenuata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hacelia%20attenuata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hacelia%20attenuata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hacelia%20attenuata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Hacelia attenuata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Hacelia attenuata'^^xsd:string;
  dwc:scientificName 'Hacelia attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '124094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Hacelia attenuata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Holothuria>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Holothuria> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Holothuria> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Holothuria>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Holothuria>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Holothuria" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Holothuria'^^xsd:string;
  dwc:scientificName 'Holothuria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '123456'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Holothuria'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Ophidiaster%20ophidianus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Ophidiaster%20ophidianus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Ophidiaster%20ophidianus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Ophidiaster%20ophidianus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Ophidiaster%20ophidianus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Ophidiaster ophidianus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Ophidiaster ophidianus'^^xsd:string;
  dwc:scientificName 'Ophidiaster ophidianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '124101'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Ophidiaster ophidianus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peltaster%20placenta>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peltaster%20placenta> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peltaster%20placenta> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peltaster%20placenta>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Peltaster%20placenta>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Peltaster placenta" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Peltaster placenta'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Peltaster placenta'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Vermetidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Vermetidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Vermetidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Vermetidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Vermetidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Vermetidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Vermetidae'^^xsd:string;
  dwc:scientificName 'Vermetidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '23139'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Vermetidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '23139'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Pleurobranchidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Pleurobranchidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Pleurobranchidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Pleurobranchidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Pleurobranchidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Pleurobranchidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Pleurobranchidae'^^xsd:string;
  dwc:scientificName 'Pleurobranchidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '1755'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Pleurobranchidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1755'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Anthias%20anthias>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Anthias%20anthias> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Anthias%20anthias> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Anthias%20anthias>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Anthias%20anthias>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Anthias anthias" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Anthias anthias'^^xsd:string;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Anthias anthias'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Coris%20julis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Coris%20julis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Coris%20julis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Coris%20julis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Coris%20julis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Coris julis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Coris julis'^^xsd:string;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Coris julis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Diplodus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Diplodus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Diplodus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Diplodus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Diplodus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Diplodus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Diplodus'^^xsd:string;
  dwc:scientificName 'Diplodus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '126076'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Diplodus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126076'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Muraena%20helena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Muraena%20helena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Muraena%20helena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Muraena%20helena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Muraena%20helena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Muraena helena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Muraena helena'^^xsd:string;
  dwc:scientificName 'Muraena helena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '126303'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Muraena helena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serranus%20cabrilla>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serranus%20cabrilla> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serranus%20cabrilla> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serranus%20cabrilla>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serranus%20cabrilla>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Serranus cabrilla" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Serranus cabrilla'^^xsd:string;
  dwc:scientificName 'Serranus cabrilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '127041'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Serranus cabrilla'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Filograninae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Filograninae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Filograninae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Filograninae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Filograninae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Filograninae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Filograninae'^^xsd:string;
  dwc:scientificName 'Filograninae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '886860'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Filograninae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '886860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabella%20spallanzanii>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabella%20spallanzanii> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabella%20spallanzanii> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabella%20spallanzanii>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabella%20spallanzanii>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Sabella spallanzanii" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Sabella spallanzanii'^^xsd:string;
  dwc:scientificName 'Sabella spallanzanii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '130969'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Sabella spallanzanii'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130969'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabellidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabellidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabellidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabellidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Sabellidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Sabellidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Sabellidae'^^xsd:string;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Sabellidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serpulidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serpulidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serpulidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serpulidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Serpulidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Serpulidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Serpulidae'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Serpulidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hermodice%20carunculata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hermodice%20carunculata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hermodice%20carunculata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hermodice%20carunculata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Hermodice%20carunculata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Hermodice carunculata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Hermodice carunculata'^^xsd:string;
  dwc:scientificName 'Hermodice carunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '129831'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Hermodice carunculata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '129831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Agelas%20oroides>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Agelas%20oroides> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Agelas%20oroides> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Agelas%20oroides>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Agelas%20oroides>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Agelas oroides" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Agelas oroides'^^xsd:string;
  dwc:scientificName 'Agelas oroides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '132454'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Agelas oroides'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132454'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella%20damicornis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella%20damicornis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella%20damicornis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella%20damicornis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella%20damicornis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Axinella damicornis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Axinella damicornis'^^xsd:string;
  dwc:scientificName 'Axinella damicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '132472'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Axinella damicornis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132472'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Axinella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Axinella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Axinella'^^xsd:string;
  dwc:scientificName 'Axinella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '131774'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Axinella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131774'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chondrosia%20reniformis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chondrosia%20reniformis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chondrosia%20reniformis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chondrosia%20reniformis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Chondrosia%20reniformis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Chondrosia reniformis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Chondrosia reniformis'^^xsd:string;
  dwc:scientificName 'Chondrosia reniformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '134112'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Chondrosia reniformis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134112'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Demospongiae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Demospongiae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Demospongiae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.135182"^^xsd:decimal ;
  dwc:decimalLongitude "23.794795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Demospongiae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.135182 23.794795)"^^geo:wktLiteral ;
  geo-pos:lat "39.135182"^^xsd:decimal ;
  geo-pos:long "23.794795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Agios%20Georgios_2021-06-20%2F26_33-41_Agios%20Georgios_2021-06-20%2F26_33-41_Demospongiae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Agios Georgios_2021-06-20/26_33-41_Demospongiae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Agios Georgios_2021-06-20/26_33-41_Demospongiae'^^xsd:string;
  dwc:scientificName 'Demospongiae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.794795'^^xsd:double;
  dwc:latitude '39.135182'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:aphiaid '164811'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Agios Georgios_2021-06-20/26_33-41_Demospongiae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '164811'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Asparagopsis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Asparagopsis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Asparagopsis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Asparagopsis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Asparagopsis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Asparagopsis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Asparagopsis'^^xsd:string;
  dwc:scientificName 'Asparagopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '143809'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Asparagopsis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '143809'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chrysymenia%20ventricosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chrysymenia%20ventricosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chrysymenia%20ventricosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chrysymenia%20ventricosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chrysymenia%20ventricosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Chrysymenia ventricosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Chrysymenia ventricosa'^^xsd:string;
  dwc:scientificName 'Chrysymenia ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '145845'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Chrysymenia ventricosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145845'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Flabellia%20petiolata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Flabellia%20petiolata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Flabellia%20petiolata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Flabellia%20petiolata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Flabellia%20petiolata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Flabellia petiolata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Flabellia petiolata'^^xsd:string;
  dwc:scientificName 'Flabellia petiolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '145094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Flabellia petiolata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halimeda%20tuna>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halimeda%20tuna> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halimeda%20tuna> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halimeda%20tuna>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halimeda%20tuna>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Halimeda tuna" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Halimeda tuna'^^xsd:string;
  dwc:scientificName 'Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Halimeda tuna'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Lithophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Lithophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Lithophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Lithophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Lithophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Lithophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Lithophyllum'^^xsd:string;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Lithophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Mesophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Mesophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Mesophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Mesophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Mesophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Mesophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Mesophyllum'^^xsd:string;
  dwc:scientificName 'Mesophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '144020'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Mesophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144020'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peyssonnelia>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peyssonnelia> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peyssonnelia> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peyssonnelia>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peyssonnelia>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Peyssonnelia" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Peyssonnelia'^^xsd:string;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Peyssonnelia'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Aplidium%20elegans>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Aplidium%20elegans> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Aplidium%20elegans> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Aplidium%20elegans>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Aplidium%20elegans>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Aplidium elegans" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Aplidium elegans'^^xsd:string;
  dwc:scientificName 'Aplidium elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '103643'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Aplidium elegans'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103643'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Clavelina%20dellavallei>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Clavelina%20dellavallei> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Clavelina%20dellavallei> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Clavelina%20dellavallei>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Clavelina%20dellavallei>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Clavelina dellavallei" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Clavelina dellavallei'^^xsd:string;
  dwc:scientificName 'Clavelina dellavallei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '103551'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Clavelina dellavallei'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103551'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halocynthia%20papillosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halocynthia%20papillosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halocynthia%20papillosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halocynthia%20papillosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Halocynthia%20papillosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Halocynthia papillosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Halocynthia papillosa'^^xsd:string;
  dwc:scientificName 'Halocynthia papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '103827'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Halocynthia papillosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Adeonella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Adeonella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Adeonella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Adeonella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Adeonella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Adeonella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Adeonella'^^xsd:string;
  dwc:scientificName 'Adeonella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '110815'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Adeonella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20cavolini>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20cavolini> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20cavolini> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20cavolini>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20cavolini>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Eunicella cavolini" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Eunicella cavolini'^^xsd:string;
  dwc:scientificName 'Eunicella cavolini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '125361'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Eunicella cavolini'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125361'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20verrucosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20verrucosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20verrucosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20verrucosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Eunicella%20verrucosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Eunicella verrucosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Eunicella verrucosa'^^xsd:string;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Eunicella verrucosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Leptopsammia%20pruvoti>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Leptopsammia%20pruvoti> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Leptopsammia%20pruvoti> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Leptopsammia%20pruvoti>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Leptopsammia%20pruvoti>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Leptopsammia pruvoti" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Leptopsammia pruvoti'^^xsd:string;
  dwc:scientificName 'Leptopsammia pruvoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '135193'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Leptopsammia pruvoti'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Paramuricea%20clavata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Paramuricea%20clavata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Paramuricea%20clavata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Paramuricea%20clavata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Paramuricea%20clavata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Paramuricea clavata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Paramuricea clavata'^^xsd:string;
  dwc:scientificName 'Paramuricea clavata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '125387'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Paramuricea clavata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hacelia%20attenuata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hacelia%20attenuata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hacelia%20attenuata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hacelia%20attenuata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hacelia%20attenuata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Hacelia attenuata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Hacelia attenuata'^^xsd:string;
  dwc:scientificName 'Hacelia attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '124094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Hacelia attenuata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Holothuria>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Holothuria> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Holothuria> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Holothuria>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Holothuria>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Holothuria" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Holothuria'^^xsd:string;
  dwc:scientificName 'Holothuria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '123456'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Holothuria'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Ophidiaster%20ophidianus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Ophidiaster%20ophidianus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Ophidiaster%20ophidianus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Ophidiaster%20ophidianus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Ophidiaster%20ophidianus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Ophidiaster ophidianus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Ophidiaster ophidianus'^^xsd:string;
  dwc:scientificName 'Ophidiaster ophidianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '124101'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Ophidiaster ophidianus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peltaster%20placenta>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peltaster%20placenta> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peltaster%20placenta> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peltaster%20placenta>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Peltaster%20placenta>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Peltaster placenta" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Peltaster placenta'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Peltaster placenta'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sphaerechinus%20granularis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sphaerechinus%20granularis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sphaerechinus%20granularis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sphaerechinus%20granularis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sphaerechinus%20granularis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Sphaerechinus granularis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Sphaerechinus granularis'^^xsd:string;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Sphaerechinus granularis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Thylacodes%20arenarius>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Thylacodes%20arenarius> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Thylacodes%20arenarius> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Thylacodes%20arenarius>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Thylacodes%20arenarius>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Thylacodes arenarius" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Thylacodes arenarius'^^xsd:string;
  dwc:scientificName 'Thylacodes arenarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '709464'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Thylacodes arenarius'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '709464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Anthias%20anthias>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Anthias%20anthias> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Anthias%20anthias> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Anthias%20anthias>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Anthias%20anthias>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Anthias anthias" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Anthias anthias'^^xsd:string;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Anthias anthias'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chromis%20chromis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chromis%20chromis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chromis%20chromis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chromis%20chromis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Chromis%20chromis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Chromis chromis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Chromis chromis'^^xsd:string;
  dwc:scientificName 'Chromis chromis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '127000'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Chromis chromis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127000'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Coris%20julis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Coris%20julis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Coris%20julis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Coris%20julis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Coris%20julis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Coris julis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Coris julis'^^xsd:string;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Coris julis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serranus%20cabrilla>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serranus%20cabrilla> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serranus%20cabrilla> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serranus%20cabrilla>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serranus%20cabrilla>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Serranus cabrilla" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Serranus cabrilla'^^xsd:string;
  dwc:scientificName 'Serranus cabrilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '127041'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Serranus cabrilla'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Spicara%20maena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Spicara%20maena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Spicara%20maena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Spicara%20maena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Spicara%20maena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Spicara maena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Spicara maena'^^xsd:string;
  dwc:scientificName 'Spicara maena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '126828'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Spicara maena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126828'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Filograninae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Filograninae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Filograninae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Filograninae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Filograninae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Filograninae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Filograninae'^^xsd:string;
  dwc:scientificName 'Filograninae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '886860'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Filograninae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '886860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serpulidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serpulidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serpulidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serpulidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Serpulidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Serpulidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Serpulidae'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Serpulidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Agelas%20oroides>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Agelas%20oroides> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Agelas%20oroides> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Agelas%20oroides>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Agelas%20oroides>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Agelas oroides" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Agelas oroides'^^xsd:string;
  dwc:scientificName 'Agelas oroides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '132454'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Agelas oroides'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132454'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella%20damicornis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella%20damicornis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella%20damicornis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella%20damicornis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella%20damicornis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Axinella damicornis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Axinella damicornis'^^xsd:string;
  dwc:scientificName 'Axinella damicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '132472'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Axinella damicornis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132472'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Axinella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Axinella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Axinella'^^xsd:string;
  dwc:scientificName 'Axinella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '131774'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Axinella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131774'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Cliona>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Cliona> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Cliona> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Cliona>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Cliona>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Cliona" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Cliona'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Cliona'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Crella%20pulvinar>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Crella%20pulvinar> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Crella%20pulvinar> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Crella%20pulvinar>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Crella%20pulvinar>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Crella pulvinar" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Crella pulvinar'^^xsd:string;
  dwc:scientificName 'Crella pulvinar'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '133483'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Crella pulvinar'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '169061'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hexadella%20racovitzai>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hexadella%20racovitzai> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hexadella%20racovitzai> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hexadella%20racovitzai>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Hexadella%20racovitzai>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Hexadella racovitzai" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Hexadella racovitzai'^^xsd:string;
  dwc:scientificName 'Hexadella racovitzai'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '132315'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Hexadella racovitzai'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132315'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sarcotragus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sarcotragus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sarcotragus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sarcotragus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Sarcotragus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Sarcotragus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Sarcotragus'^^xsd:string;
  dwc:scientificName 'Sarcotragus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '131753'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Sarcotragus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Demospongiae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Demospongiae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Demospongiae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.143971"^^xsd:decimal ;
  dwc:decimalLongitude "23.814751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "39"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Demospongiae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.143971 23.814751)"^^geo:wktLiteral ;
  geo-pos:lat "39.143971"^^xsd:decimal ;
  geo-pos:long "23.814751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Mikro_2021-06-20%2F26_31-39_Mikro_2021-06-20%2F26_31-39_Demospongiae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Mikro_2021-06-20/26_31-39_Demospongiae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Mikro_2021-06-20/26_31-39_Demospongiae'^^xsd:string;
  dwc:scientificName 'Demospongiae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.814751'^^xsd:double;
  dwc:latitude '39.143971'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '39'^^xsd:integer;
  dwc:aphiaid '164811'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Mikro_2021-06-20/26_31-39_Demospongiae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '164811'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Acetabularia%20acetabulum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Acetabularia%20acetabulum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Acetabularia%20acetabulum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Acetabularia%20acetabulum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Acetabularia%20acetabulum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Acetabularia acetabulum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Acetabularia acetabulum'^^xsd:string;
  dwc:scientificName 'Acetabularia acetabulum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '494795'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Acetabularia acetabulum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '494795'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Amphiroa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Amphiroa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Amphiroa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Amphiroa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Amphiroa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Amphiroa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Amphiroa'^^xsd:string;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Amphiroa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Asparagopsis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Asparagopsis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Asparagopsis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Asparagopsis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Asparagopsis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Asparagopsis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Asparagopsis'^^xsd:string;
  dwc:scientificName 'Asparagopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '143809'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Asparagopsis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '143809'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chrysymenia%20ventricosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chrysymenia%20ventricosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chrysymenia%20ventricosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chrysymenia%20ventricosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chrysymenia%20ventricosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Chrysymenia ventricosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Chrysymenia ventricosa'^^xsd:string;
  dwc:scientificName 'Chrysymenia ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '145845'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Chrysymenia ventricosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145845'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Codium%20bursa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Codium%20bursa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Codium%20bursa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Codium%20bursa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Codium%20bursa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Codium bursa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Codium bursa'^^xsd:string;
  dwc:scientificName 'Codium bursa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '145079'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Codium bursa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Dictyota>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Dictyota> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Dictyota> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Dictyota>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Dictyota>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Dictyota" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Dictyota'^^xsd:string;
  dwc:scientificName 'Dictyota'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '144086'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Dictyota'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Flabellia%20petiolata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Flabellia%20petiolata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Flabellia%20petiolata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Flabellia%20petiolata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Flabellia%20petiolata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Flabellia petiolata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Flabellia petiolata'^^xsd:string;
  dwc:scientificName 'Flabellia petiolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '145094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Flabellia petiolata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halimeda%20tuna>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halimeda%20tuna> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halimeda%20tuna> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halimeda%20tuna>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halimeda%20tuna>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Halimeda tuna" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Halimeda tuna'^^xsd:string;
  dwc:scientificName 'Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Halimeda tuna'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Lithophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Lithophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Lithophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Lithophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Lithophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Lithophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Lithophyllum'^^xsd:string;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Lithophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Mesophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Mesophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Mesophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Mesophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Mesophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Mesophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Mesophyllum'^^xsd:string;
  dwc:scientificName 'Mesophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '144020'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Mesophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144020'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Padina%20pavonica>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Padina%20pavonica> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Padina%20pavonica> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Padina%20pavonica>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Padina%20pavonica>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Padina pavonica" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Padina pavonica'^^xsd:string;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Padina pavonica'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peyssonnelia>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peyssonnelia> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peyssonnelia> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peyssonnelia>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peyssonnelia>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Peyssonnelia" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Peyssonnelia'^^xsd:string;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Peyssonnelia'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Aplidium%20elegans>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Aplidium%20elegans> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Aplidium%20elegans> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Aplidium%20elegans>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Aplidium%20elegans>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Aplidium elegans" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Aplidium elegans'^^xsd:string;
  dwc:scientificName 'Aplidium elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '103643'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Aplidium elegans'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103643'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halocynthia%20papillosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halocynthia%20papillosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halocynthia%20papillosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halocynthia%20papillosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Halocynthia%20papillosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Halocynthia papillosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Halocynthia papillosa'^^xsd:string;
  dwc:scientificName 'Halocynthia papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '103827'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Halocynthia papillosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Adeonella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Adeonella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Adeonella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Adeonella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Adeonella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Adeonella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Adeonella'^^xsd:string;
  dwc:scientificName 'Adeonella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '110815'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Adeonella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Reteporella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Reteporella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Reteporella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Reteporella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Reteporella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Reteporella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Reteporella'^^xsd:string;
  dwc:scientificName 'Reteporella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '110956'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Reteporella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110956'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20cavolini>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20cavolini> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20cavolini> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20cavolini>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20cavolini>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Eunicella cavolini" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Eunicella cavolini'^^xsd:string;
  dwc:scientificName 'Eunicella cavolini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '125361'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Eunicella cavolini'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125361'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20verrucosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20verrucosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20verrucosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20verrucosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eunicella%20verrucosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Eunicella verrucosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Eunicella verrucosa'^^xsd:string;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Eunicella verrucosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Leptopsammia%20pruvoti>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Leptopsammia%20pruvoti> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Leptopsammia%20pruvoti> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Leptopsammia%20pruvoti>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Leptopsammia%20pruvoti>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Leptopsammia pruvoti" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Leptopsammia pruvoti'^^xsd:string;
  dwc:scientificName 'Leptopsammia pruvoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '135193'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Leptopsammia pruvoti'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Madracis%20pharensis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Madracis%20pharensis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Madracis%20pharensis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Madracis%20pharensis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Madracis%20pharensis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Madracis pharensis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Madracis pharensis'^^xsd:string;
  dwc:scientificName 'Madracis pharensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '135212'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Madracis pharensis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135212'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Paramuricea%20clavata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Paramuricea%20clavata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Paramuricea%20clavata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Paramuricea%20clavata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Paramuricea%20clavata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Paramuricea clavata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Paramuricea clavata'^^xsd:string;
  dwc:scientificName 'Paramuricea clavata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '125387'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Paramuricea clavata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Palinurus%20elephas>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Palinurus%20elephas> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Palinurus%20elephas> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Palinurus%20elephas>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Palinurus%20elephas>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Palinurus elephas" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Palinurus elephas'^^xsd:string;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Palinurus elephas'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Arbacia%20lixula>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Arbacia%20lixula> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Arbacia%20lixula> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Arbacia%20lixula>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Arbacia%20lixula>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Arbacia lixula" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Arbacia lixula'^^xsd:string;
  dwc:scientificName 'Arbacia lixula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '124249'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Arbacia lixula'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chaetaster%20longipes>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chaetaster%20longipes> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chaetaster%20longipes> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chaetaster%20longipes>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chaetaster%20longipes>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Chaetaster longipes" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Chaetaster longipes'^^xsd:string;
  dwc:scientificName 'Chaetaster longipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '124004'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Chaetaster longipes'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124004'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Echinaster%20%28Echinaster%29%20sepositus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Echinaster%20%28Echinaster%29%20sepositus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Echinaster%20%28Echinaster%29%20sepositus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Echinaster%20%28Echinaster%29%20sepositus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Echinaster%20%28Echinaster%29%20sepositus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Echinaster (Echinaster) sepositus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hacelia%20attenuata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hacelia%20attenuata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hacelia%20attenuata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hacelia%20attenuata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hacelia%20attenuata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Hacelia attenuata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Hacelia attenuata'^^xsd:string;
  dwc:scientificName 'Hacelia attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '124094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Hacelia attenuata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20%28Holothuria%29%20tubulosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20%28Holothuria%29%20tubulosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20%28Holothuria%29%20tubulosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20%28Holothuria%29%20tubulosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20%28Holothuria%29%20tubulosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Holothuria (Holothuria) tubulosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20sanctori>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20sanctori> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20sanctori> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20sanctori>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria%20sanctori>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Holothuria sanctori" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Holothuria sanctori'^^xsd:string;
  dwc:scientificName 'Holothuria sanctori'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '241357'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Holothuria sanctori'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124528'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Holothuria>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Holothuria" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Holothuria'^^xsd:string;
  dwc:scientificName 'Holothuria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '123456'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Holothuria'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ophidiaster%20ophidianus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ophidiaster%20ophidianus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ophidiaster%20ophidianus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ophidiaster%20ophidianus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ophidiaster%20ophidianus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Ophidiaster ophidianus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Ophidiaster ophidianus'^^xsd:string;
  dwc:scientificName 'Ophidiaster ophidianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '124101'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Ophidiaster ophidianus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peltaster%20placenta>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peltaster%20placenta> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peltaster%20placenta> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peltaster%20placenta>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Peltaster%20placenta>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Peltaster placenta" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Peltaster placenta'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Peltaster placenta'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Apogon%20imberbis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Apogon%20imberbis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Apogon%20imberbis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Apogon%20imberbis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Apogon%20imberbis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Apogon imberbis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Apogon imberbis'^^xsd:string;
  dwc:scientificName 'Apogon imberbis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '273021'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Apogon imberbis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '273021'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Atherina>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Atherina> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Atherina> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Atherina>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Atherina>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Atherina" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Atherina'^^xsd:string;
  dwc:scientificName 'Atherina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '125659'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Atherina'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125659'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Anthias%20anthias>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Anthias%20anthias> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Anthias%20anthias> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Anthias%20anthias>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Anthias%20anthias>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Anthias anthias" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Anthias anthias'^^xsd:string;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Anthias anthias'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chromis%20chromis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chromis%20chromis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chromis%20chromis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chromis%20chromis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chromis%20chromis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Chromis chromis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Chromis chromis'^^xsd:string;
  dwc:scientificName 'Chromis chromis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127000'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Chromis chromis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127000'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Coris%20julis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Coris%20julis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Coris%20julis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Coris%20julis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Coris%20julis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Coris julis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Coris julis'^^xsd:string;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Coris julis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Diplodus%20vulgaris>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Diplodus%20vulgaris> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Diplodus%20vulgaris> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Diplodus%20vulgaris>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Diplodus%20vulgaris>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Diplodus vulgaris" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Diplodus vulgaris'^^xsd:string;
  dwc:scientificName 'Diplodus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127054'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Diplodus vulgaris'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127054'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Epinephelus%20marginatus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Epinephelus%20marginatus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Epinephelus%20marginatus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Epinephelus%20marginatus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Epinephelus%20marginatus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Epinephelus marginatus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Epinephelus marginatus'^^xsd:string;
  dwc:scientificName 'Epinephelus marginatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127036'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Epinephelus marginatus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127036'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Muraena%20helena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Muraena%20helena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Muraena%20helena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Muraena%20helena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Muraena%20helena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Muraena helena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Muraena helena'^^xsd:string;
  dwc:scientificName 'Muraena helena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '126303'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Muraena helena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarpa%20salpa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarpa%20salpa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarpa%20salpa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarpa%20salpa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarpa%20salpa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Sarpa salpa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Sarpa salpa'^^xsd:string;
  dwc:scientificName 'Sarpa salpa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127064'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Sarpa salpa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127064'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Scorpaena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Scorpaena'^^xsd:string;
  dwc:scientificName 'Scorpaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '126171'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Scorpaena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126171'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena%20scrofa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena%20scrofa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena%20scrofa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena%20scrofa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Scorpaena%20scrofa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Scorpaena scrofa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Scorpaena scrofa'^^xsd:string;
  dwc:scientificName 'Scorpaena scrofa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127248'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Scorpaena scrofa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20cabrilla>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20cabrilla> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20cabrilla> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20cabrilla>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20cabrilla>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Serranus cabrilla" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Serranus cabrilla'^^xsd:string;
  dwc:scientificName 'Serranus cabrilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127041'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Serranus cabrilla'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20scriba>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20scriba> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20scriba> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20scriba>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serranus%20scriba>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Serranus scriba" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Serranus scriba'^^xsd:string;
  dwc:scientificName 'Serranus scriba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '127043'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Serranus scriba'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127043'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20mediterraneus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20mediterraneus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20mediterraneus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20mediterraneus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20mediterraneus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Symphodus mediterraneus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Symphodus mediterraneus'^^xsd:string;
  dwc:scientificName 'Symphodus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '273569'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Symphodus mediterraneus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '273569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20roissali>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20roissali> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20roissali> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20roissali>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Symphodus%20roissali>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Symphodus roissali" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Symphodus roissali'^^xsd:string;
  dwc:scientificName 'Symphodus roissali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '273573'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Symphodus roissali'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '273573'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Thalassoma%20pavo>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Thalassoma%20pavo> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Thalassoma%20pavo> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Thalassoma%20pavo>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Thalassoma%20pavo>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Thalassoma pavo" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Thalassoma pavo'^^xsd:string;
  dwc:scientificName 'Thalassoma pavo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '126970'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Thalassoma pavo'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126970'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion%20melanurum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion%20melanurum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion%20melanurum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion%20melanurum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion%20melanurum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Tripterygion melanurum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Tripterygion melanurum'^^xsd:string;
  dwc:scientificName 'Tripterygion melanurum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '712816'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Tripterygion melanurum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127091'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Tripterygion>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Tripterygion" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Tripterygion'^^xsd:string;
  dwc:scientificName 'Tripterygion'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '126099'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Tripterygion'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126099'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eupolymnia%20nebulosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eupolymnia%20nebulosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eupolymnia%20nebulosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eupolymnia%20nebulosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Eupolymnia%20nebulosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Eupolymnia nebulosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Eupolymnia nebulosa'^^xsd:string;
  dwc:scientificName 'Eupolymnia nebulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '131489'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Eupolymnia nebulosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131489'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Filograninae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Filograninae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Filograninae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Filograninae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Filograninae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Filograninae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Filograninae'^^xsd:string;
  dwc:scientificName 'Filograninae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '886860'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Filograninae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '886860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serpulidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serpulidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serpulidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serpulidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Serpulidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Serpulidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Serpulidae'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Serpulidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hermodice%20carunculata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hermodice%20carunculata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hermodice%20carunculata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hermodice%20carunculata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hermodice%20carunculata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Hermodice carunculata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Hermodice carunculata'^^xsd:string;
  dwc:scientificName 'Hermodice carunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '129831'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Hermodice carunculata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '129831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Agelas%20oroides>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Agelas%20oroides> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Agelas%20oroides> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Agelas%20oroides>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Agelas%20oroides>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Agelas oroides" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Agelas oroides'^^xsd:string;
  dwc:scientificName 'Agelas oroides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '132454'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Agelas oroides'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132454'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Axinella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Axinella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Axinella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Axinella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Axinella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Axinella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Axinella'^^xsd:string;
  dwc:scientificName 'Axinella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '131774'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Axinella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131774'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrosia%20reniformis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrosia%20reniformis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrosia%20reniformis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrosia%20reniformis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrosia%20reniformis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Chondrosia reniformis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Chondrosia reniformis'^^xsd:string;
  dwc:scientificName 'Chondrosia reniformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '134112'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Chondrosia reniformis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134112'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrilla%20nucula>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrilla%20nucula> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrilla%20nucula> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrilla%20nucula>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Chondrilla%20nucula>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Chondrilla nucula" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Chondrilla nucula'^^xsd:string;
  dwc:scientificName 'Chondrilla nucula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '134110'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Chondrilla nucula'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134110'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hexadella%20racovitzai>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hexadella%20racovitzai> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hexadella%20racovitzai> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hexadella%20racovitzai>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Hexadella%20racovitzai>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Hexadella racovitzai" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Hexadella racovitzai'^^xsd:string;
  dwc:scientificName 'Hexadella racovitzai'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '132315'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Hexadella racovitzai'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132315'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ircinia%20variabilis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ircinia%20variabilis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ircinia%20variabilis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ircinia%20variabilis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Ircinia%20variabilis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Ircinia variabilis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Ircinia variabilis'^^xsd:string;
  dwc:scientificName 'Ircinia variabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '132362'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Ircinia variabilis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132362'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Phorbas%20tenacior>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Phorbas%20tenacior> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Phorbas%20tenacior> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Phorbas%20tenacior>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Phorbas%20tenacior>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Phorbas tenacior" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Phorbas tenacior'^^xsd:string;
  dwc:scientificName 'Phorbas tenacior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '133693'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Phorbas tenacior'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '133693'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Pleraplysilla%20spinifera>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Pleraplysilla%20spinifera> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Pleraplysilla%20spinifera> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Pleraplysilla%20spinifera>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Pleraplysilla%20spinifera>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Pleraplysilla spinifera" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Pleraplysilla spinifera'^^xsd:string;
  dwc:scientificName 'Pleraplysilla spinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '132317'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Pleraplysilla spinifera'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132317'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarcotragus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarcotragus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarcotragus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarcotragus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Sarcotragus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Sarcotragus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Sarcotragus'^^xsd:string;
  dwc:scientificName 'Sarcotragus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '131753'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Sarcotragus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Demospongiae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Demospongiae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Demospongiae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.139909"^^xsd:decimal ;
  dwc:decimalLongitude "23.828234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Demospongiae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.139909 23.828234)"^^geo:wktLiteral ;
  geo-pos:lat "39.139909"^^xsd:decimal ;
  geo-pos:long "23.828234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Fanari_2021-06-20%2F26_37-40_Fanari_2021-06-20%2F26_37-40_Demospongiae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Fanari_2021-06-20/26_37-40_Demospongiae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Fanari_2021-06-20/26_37-40_Demospongiae'^^xsd:string;
  dwc:scientificName 'Demospongiae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.828234'^^xsd:double;
  dwc:latitude '39.139909'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '164811'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Fanari_2021-06-20/26_37-40_Demospongiae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '164811'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Asparagopsis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Asparagopsis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Asparagopsis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Asparagopsis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Asparagopsis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Asparagopsis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Asparagopsis'^^xsd:string;
  dwc:scientificName 'Asparagopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '143809'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Asparagopsis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '143809'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chrysymenia%20ventricosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chrysymenia%20ventricosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chrysymenia%20ventricosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chrysymenia%20ventricosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chrysymenia%20ventricosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Chrysymenia ventricosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Chrysymenia ventricosa'^^xsd:string;
  dwc:scientificName 'Chrysymenia ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '145845'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Chrysymenia ventricosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145845'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dictyota>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dictyota> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dictyota> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dictyota>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dictyota>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Dictyota" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Dictyota'^^xsd:string;
  dwc:scientificName 'Dictyota'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '144086'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Dictyota'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Flabellia%20petiolata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Flabellia%20petiolata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Flabellia%20petiolata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Flabellia%20petiolata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Flabellia%20petiolata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Flabellia petiolata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Flabellia petiolata'^^xsd:string;
  dwc:scientificName 'Flabellia petiolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '145094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Flabellia petiolata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halimeda%20tuna>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halimeda%20tuna> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halimeda%20tuna> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halimeda%20tuna>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halimeda%20tuna>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Halimeda tuna" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Halimeda tuna'^^xsd:string;
  dwc:scientificName 'Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Halimeda tuna'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Lithophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Lithophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Lithophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Lithophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Lithophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Lithophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Lithophyllum'^^xsd:string;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Lithophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Mesophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Mesophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Mesophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Mesophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Mesophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Mesophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Mesophyllum'^^xsd:string;
  dwc:scientificName 'Mesophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '144020'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Mesophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144020'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peyssonnelia>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peyssonnelia> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peyssonnelia> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peyssonnelia>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peyssonnelia>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Peyssonnelia" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Peyssonnelia'^^xsd:string;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Peyssonnelia'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Plantae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Plantae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Plantae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Plantae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Plantae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Plantae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Plantae'^^xsd:string;
  dwc:scientificName 'Plantae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '3'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Plantae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '3'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Aplidium%20elegans>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Aplidium%20elegans> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Aplidium%20elegans> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Aplidium%20elegans>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Aplidium%20elegans>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Aplidium elegans" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Aplidium elegans'^^xsd:string;
  dwc:scientificName 'Aplidium elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '103643'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Aplidium elegans'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103643'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halocynthia%20papillosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halocynthia%20papillosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halocynthia%20papillosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halocynthia%20papillosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Halocynthia%20papillosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Halocynthia papillosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Halocynthia papillosa'^^xsd:string;
  dwc:scientificName 'Halocynthia papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '103827'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Halocynthia papillosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Adeonella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Adeonella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Adeonella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Adeonella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Adeonella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Adeonella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Adeonella'^^xsd:string;
  dwc:scientificName 'Adeonella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '110815'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Adeonella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20cavolini>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20cavolini> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20cavolini> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20cavolini>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20cavolini>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Eunicella cavolini" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Eunicella cavolini'^^xsd:string;
  dwc:scientificName 'Eunicella cavolini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '125361'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Eunicella cavolini'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125361'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20verrucosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20verrucosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20verrucosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20verrucosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Eunicella%20verrucosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Eunicella verrucosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Eunicella verrucosa'^^xsd:string;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Eunicella verrucosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Leptopsammia%20pruvoti>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Leptopsammia%20pruvoti> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Leptopsammia%20pruvoti> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Leptopsammia%20pruvoti>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Leptopsammia%20pruvoti>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Leptopsammia pruvoti" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Leptopsammia pruvoti'^^xsd:string;
  dwc:scientificName 'Leptopsammia pruvoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '135193'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Leptopsammia pruvoti'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Paramuricea%20clavata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Paramuricea%20clavata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Paramuricea%20clavata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Paramuricea%20clavata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Paramuricea%20clavata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Paramuricea clavata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Paramuricea clavata'^^xsd:string;
  dwc:scientificName 'Paramuricea clavata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '125387'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Paramuricea clavata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dardanus%20calidus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dardanus%20calidus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dardanus%20calidus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dardanus%20calidus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Dardanus%20calidus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Dardanus calidus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Dardanus calidus'^^xsd:string;
  dwc:scientificName 'Dardanus calidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '107198'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Dardanus calidus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107198'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Centrostephanus%20longispinus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Centrostephanus%20longispinus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Centrostephanus%20longispinus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Centrostephanus%20longispinus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Centrostephanus%20longispinus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Centrostephanus longispinus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Centrostephanus longispinus'^^xsd:string;
  dwc:scientificName 'Centrostephanus longispinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '124331'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Centrostephanus longispinus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124331'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hacelia%20attenuata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hacelia%20attenuata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hacelia%20attenuata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hacelia%20attenuata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hacelia%20attenuata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Hacelia attenuata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Hacelia attenuata'^^xsd:string;
  dwc:scientificName 'Hacelia attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '124094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Hacelia attenuata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20%28Holothuria%29%20tubulosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20%28Holothuria%29%20tubulosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20%28Holothuria%29%20tubulosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20%28Holothuria%29%20tubulosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20%28Holothuria%29%20tubulosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Holothuria (Holothuria) tubulosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20sanctori>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20sanctori> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20sanctori> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20sanctori>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria%20sanctori>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Holothuria sanctori" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Holothuria sanctori'^^xsd:string;
  dwc:scientificName 'Holothuria sanctori'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '241357'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Holothuria sanctori'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124528'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Holothuria>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Holothuria" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Holothuria'^^xsd:string;
  dwc:scientificName 'Holothuria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '123456'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Holothuria'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peltaster%20placenta>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peltaster%20placenta> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peltaster%20placenta> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peltaster%20placenta>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Peltaster%20placenta>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Peltaster placenta" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Peltaster placenta'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Peltaster placenta'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Apogon%20imberbis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Apogon%20imberbis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Apogon%20imberbis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Apogon%20imberbis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Apogon%20imberbis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Apogon imberbis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Apogon imberbis'^^xsd:string;
  dwc:scientificName 'Apogon imberbis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '273021'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Apogon imberbis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '273021'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Anthias%20anthias>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Anthias%20anthias> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Anthias%20anthias> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Anthias%20anthias>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Anthias%20anthias>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Anthias anthias" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Anthias anthias'^^xsd:string;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Anthias anthias'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chromis%20chromis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chromis%20chromis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chromis%20chromis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chromis%20chromis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chromis%20chromis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Chromis chromis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Chromis chromis'^^xsd:string;
  dwc:scientificName 'Chromis chromis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '127000'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Chromis chromis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127000'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Coris%20julis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Coris%20julis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Coris%20julis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Coris%20julis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Coris%20julis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Coris julis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Coris julis'^^xsd:string;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Coris julis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Diplodus%20vulgaris>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Diplodus%20vulgaris> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Diplodus%20vulgaris> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Diplodus%20vulgaris>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Diplodus%20vulgaris>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Diplodus vulgaris" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Diplodus vulgaris'^^xsd:string;
  dwc:scientificName 'Diplodus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '127054'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Diplodus vulgaris'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127054'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Gobius%20auratus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Gobius%20auratus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Gobius%20auratus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Gobius%20auratus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Gobius%20auratus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Gobius auratus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Gobius auratus'^^xsd:string;
  dwc:scientificName 'Gobius auratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '126884'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Gobius auratus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126884'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Muraena%20helena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Muraena%20helena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Muraena%20helena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Muraena%20helena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Muraena%20helena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Muraena helena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Muraena helena'^^xsd:string;
  dwc:scientificName 'Muraena helena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '126303'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Muraena helena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Scorpaena%20scrofa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Scorpaena%20scrofa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Scorpaena%20scrofa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Scorpaena%20scrofa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Scorpaena%20scrofa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Scorpaena scrofa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Scorpaena scrofa'^^xsd:string;
  dwc:scientificName 'Scorpaena scrofa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '127248'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Scorpaena scrofa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serranus%20cabrilla>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serranus%20cabrilla> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serranus%20cabrilla> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serranus%20cabrilla>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serranus%20cabrilla>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Serranus cabrilla" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Serranus cabrilla'^^xsd:string;
  dwc:scientificName 'Serranus cabrilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '127041'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Serranus cabrilla'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Spicara%20maena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Spicara%20maena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Spicara%20maena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Spicara%20maena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Spicara%20maena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Spicara maena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Spicara maena'^^xsd:string;
  dwc:scientificName 'Spicara maena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '126828'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Spicara maena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126828'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Symphodus%20mediterraneus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Symphodus%20mediterraneus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Symphodus%20mediterraneus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Symphodus%20mediterraneus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Symphodus%20mediterraneus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Symphodus mediterraneus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Symphodus mediterraneus'^^xsd:string;
  dwc:scientificName 'Symphodus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '273569'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Symphodus mediterraneus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '273569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Filograninae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Filograninae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Filograninae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Filograninae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Filograninae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Filograninae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Filograninae'^^xsd:string;
  dwc:scientificName 'Filograninae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '886860'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Filograninae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '886860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serpulidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serpulidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serpulidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serpulidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Serpulidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Serpulidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Serpulidae'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Serpulidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Agelas%20oroides>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Agelas%20oroides> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Agelas%20oroides> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Agelas%20oroides>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Agelas%20oroides>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Agelas oroides" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Agelas oroides'^^xsd:string;
  dwc:scientificName 'Agelas oroides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '132454'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Agelas oroides'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132454'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Axinella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Axinella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Axinella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Axinella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Axinella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Axinella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Axinella'^^xsd:string;
  dwc:scientificName 'Axinella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '131774'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Axinella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131774'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chondrosia%20reniformis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chondrosia%20reniformis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chondrosia%20reniformis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chondrosia%20reniformis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Chondrosia%20reniformis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Chondrosia reniformis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Chondrosia reniformis'^^xsd:string;
  dwc:scientificName 'Chondrosia reniformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '134112'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Chondrosia reniformis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134112'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hexadella%20racovitzai>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hexadella%20racovitzai> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hexadella%20racovitzai> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hexadella%20racovitzai>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Hexadella%20racovitzai>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Hexadella racovitzai" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Hexadella racovitzai'^^xsd:string;
  dwc:scientificName 'Hexadella racovitzai'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '132315'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Hexadella racovitzai'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132315'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Sarcotragus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Sarcotragus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Sarcotragus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Sarcotragus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Sarcotragus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Sarcotragus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Sarcotragus'^^xsd:string;
  dwc:scientificName 'Sarcotragus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '131753'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Sarcotragus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Demospongiae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Demospongiae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Demospongiae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.27385"^^xsd:decimal ;
  dwc:decimalLongitude "23.9901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Demospongiae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.27385 23.9901)"^^geo:wktLiteral ;
  geo-pos:lat "39.27385"^^xsd:decimal ;
  geo-pos:long "23.9901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Moules_2021-06-20%2F26_40-45_Moules_2021-06-20%2F26_40-45_Demospongiae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Moules_2021-06-20/26_40-45_Demospongiae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Moules_2021-06-20/26_40-45_Demospongiae'^^xsd:string;
  dwc:scientificName 'Demospongiae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.9901'^^xsd:double;
  dwc:latitude '39.27385'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '164811'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Moules_2021-06-20/26_40-45_Demospongiae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '164811'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caulerpa%20cylindracea>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caulerpa%20cylindracea> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caulerpa%20cylindracea> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caulerpa%20cylindracea>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caulerpa%20cylindracea>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Caulerpa cylindracea" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Caulerpa cylindracea'^^xsd:string;
  dwc:scientificName 'Caulerpa cylindracea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '660621'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Caulerpa cylindracea'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '660621'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Dictyota>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Dictyota> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Dictyota> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Dictyota>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Dictyota>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Dictyota" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Dictyota'^^xsd:string;
  dwc:scientificName 'Dictyota'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '144086'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Dictyota'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Flabellia%20petiolata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Flabellia%20petiolata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Flabellia%20petiolata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Flabellia%20petiolata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Flabellia%20petiolata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Flabellia petiolata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Flabellia petiolata'^^xsd:string;
  dwc:scientificName 'Flabellia petiolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '145094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Flabellia petiolata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halimeda%20tuna>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halimeda%20tuna> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halimeda%20tuna> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halimeda%20tuna>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halimeda%20tuna>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Halimeda tuna" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Halimeda tuna'^^xsd:string;
  dwc:scientificName 'Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Halimeda tuna'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Lithophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Lithophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Lithophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Lithophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Lithophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Lithophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Lithophyllum'^^xsd:string;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Lithophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Mesophyllum>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Mesophyllum> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Mesophyllum> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Mesophyllum>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Mesophyllum>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Mesophyllum" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Mesophyllum'^^xsd:string;
  dwc:scientificName 'Mesophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '144020'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Mesophyllum'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144020'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Padina%20pavonica>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Padina%20pavonica> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Padina%20pavonica> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Padina%20pavonica>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Padina%20pavonica>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Padina pavonica" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Padina pavonica'^^xsd:string;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Padina pavonica'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peyssonnelia>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peyssonnelia> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peyssonnelia> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peyssonnelia>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peyssonnelia>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Peyssonnelia" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Peyssonnelia'^^xsd:string;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Peyssonnelia'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Valonia%20macrophysa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Valonia%20macrophysa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Valonia%20macrophysa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Valonia%20macrophysa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Valonia%20macrophysa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Valonia macrophysa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Valonia macrophysa'^^xsd:string;
  dwc:scientificName 'Valonia macrophysa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '145883'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Valonia macrophysa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Aplidium%20elegans>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Aplidium%20elegans> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Aplidium%20elegans> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Aplidium%20elegans>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Aplidium%20elegans>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Aplidium elegans" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Aplidium elegans'^^xsd:string;
  dwc:scientificName 'Aplidium elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '103643'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Aplidium elegans'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103643'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Clavelina%20dellavallei>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Clavelina%20dellavallei> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Clavelina%20dellavallei> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Clavelina%20dellavallei>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Clavelina%20dellavallei>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Clavelina dellavallei" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Clavelina dellavallei'^^xsd:string;
  dwc:scientificName 'Clavelina dellavallei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '103551'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Clavelina dellavallei'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103551'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halocynthia%20papillosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halocynthia%20papillosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halocynthia%20papillosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halocynthia%20papillosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Halocynthia%20papillosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Halocynthia papillosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Halocynthia papillosa'^^xsd:string;
  dwc:scientificName 'Halocynthia papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '103827'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Halocynthia papillosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Adeonella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Adeonella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Adeonella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Adeonella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Adeonella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Adeonella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Adeonella'^^xsd:string;
  dwc:scientificName 'Adeonella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '110815'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Adeonella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Margaretta%20cereoides>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Margaretta%20cereoides> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Margaretta%20cereoides> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Margaretta%20cereoides>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Margaretta%20cereoides>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Margaretta cereoides" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Margaretta cereoides'^^xsd:string;
  dwc:scientificName 'Margaretta cereoides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '111409'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Margaretta cereoides'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '111409'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Reteporella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Reteporella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Reteporella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Reteporella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Reteporella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Reteporella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Reteporella'^^xsd:string;
  dwc:scientificName 'Reteporella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '110956'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Reteporella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110956'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caryophyllia%20inornata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caryophyllia%20inornata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caryophyllia%20inornata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caryophyllia%20inornata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Caryophyllia%20inornata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Caryophyllia inornata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Caryophyllia inornata'^^xsd:string;
  dwc:scientificName 'Caryophyllia inornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '1450184'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Caryophyllia inornata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20cavolini>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20cavolini> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20cavolini> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20cavolini>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20cavolini>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Eunicella cavolini" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Eunicella cavolini'^^xsd:string;
  dwc:scientificName 'Eunicella cavolini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '125361'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Eunicella cavolini'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125361'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20verrucosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20verrucosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20verrucosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20verrucosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eunicella%20verrucosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Eunicella verrucosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Eunicella verrucosa'^^xsd:string;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Eunicella verrucosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Leptopsammia%20pruvoti>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Leptopsammia%20pruvoti> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Leptopsammia%20pruvoti> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Leptopsammia%20pruvoti>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Leptopsammia%20pruvoti>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Leptopsammia pruvoti" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Leptopsammia pruvoti'^^xsd:string;
  dwc:scientificName 'Leptopsammia pruvoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '135193'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Leptopsammia pruvoti'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Madracis%20pharensis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Madracis%20pharensis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Madracis%20pharensis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Madracis%20pharensis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Madracis%20pharensis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Madracis pharensis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Madracis pharensis'^^xsd:string;
  dwc:scientificName 'Madracis pharensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '135212'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Madracis pharensis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135212'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Paramuricea%20clavata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Paramuricea%20clavata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Paramuricea%20clavata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Paramuricea%20clavata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Paramuricea%20clavata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Paramuricea clavata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Paramuricea clavata'^^xsd:string;
  dwc:scientificName 'Paramuricea clavata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '125387'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Paramuricea clavata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Arbacia%20lixula>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Arbacia%20lixula> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Arbacia%20lixula> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Arbacia%20lixula>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Arbacia%20lixula>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Arbacia lixula" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Arbacia lixula'^^xsd:string;
  dwc:scientificName 'Arbacia lixula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '124249'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Arbacia lixula'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hacelia%20attenuata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hacelia%20attenuata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hacelia%20attenuata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hacelia%20attenuata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hacelia%20attenuata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Hacelia attenuata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Hacelia attenuata'^^xsd:string;
  dwc:scientificName 'Hacelia attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '124094'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Hacelia attenuata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20%28Holothuria%29%20tubulosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20%28Holothuria%29%20tubulosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20%28Holothuria%29%20tubulosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20%28Holothuria%29%20tubulosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20%28Holothuria%29%20tubulosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Holothuria (Holothuria) tubulosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20sanctori>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20sanctori> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20sanctori> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20sanctori>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria%20sanctori>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Holothuria sanctori" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Holothuria sanctori'^^xsd:string;
  dwc:scientificName 'Holothuria sanctori'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '241357'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Holothuria sanctori'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124528'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Holothuria>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Holothuria" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Holothuria'^^xsd:string;
  dwc:scientificName 'Holothuria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '123456'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Holothuria'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Marthasterias%20glacialis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Marthasterias%20glacialis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Marthasterias%20glacialis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Marthasterias%20glacialis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Marthasterias%20glacialis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Marthasterias glacialis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Marthasterias glacialis'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Marthasterias glacialis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Ophidiaster%20ophidianus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Ophidiaster%20ophidianus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Ophidiaster%20ophidianus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Ophidiaster%20ophidianus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Ophidiaster%20ophidianus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Ophidiaster ophidianus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Ophidiaster ophidianus'^^xsd:string;
  dwc:scientificName 'Ophidiaster ophidianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '124101'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Ophidiaster ophidianus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peltaster%20placenta>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peltaster%20placenta> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peltaster%20placenta> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peltaster%20placenta>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Peltaster%20placenta>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Peltaster placenta" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Peltaster placenta'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Peltaster placenta'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Anthias%20anthias>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Anthias%20anthias> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Anthias%20anthias> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Anthias%20anthias>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Anthias%20anthias>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Anthias anthias" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Anthias anthias'^^xsd:string;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Anthias anthias'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Boops%20boops>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Boops%20boops> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Boops%20boops> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Boops%20boops>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Boops%20boops>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Boops boops" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Boops boops'^^xsd:string;
  dwc:scientificName 'Boops boops'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '127047'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Boops boops'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127047'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chromis%20chromis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chromis%20chromis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chromis%20chromis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chromis%20chromis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chromis%20chromis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Chromis chromis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Chromis chromis'^^xsd:string;
  dwc:scientificName 'Chromis chromis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '127000'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Chromis chromis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127000'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Coris%20julis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Coris%20julis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Coris%20julis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Coris%20julis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Coris%20julis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Coris julis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Coris julis'^^xsd:string;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Coris julis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Muraena%20helena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Muraena%20helena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Muraena%20helena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Muraena%20helena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Muraena%20helena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Muraena helena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Muraena helena'^^xsd:string;
  dwc:scientificName 'Muraena helena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '126303'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Muraena helena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Scorpaena>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Scorpaena> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Scorpaena> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Scorpaena>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Scorpaena>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Scorpaena" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Scorpaena'^^xsd:string;
  dwc:scientificName 'Scorpaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '126171'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Scorpaena'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126171'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serranus%20cabrilla>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serranus%20cabrilla> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serranus%20cabrilla> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serranus%20cabrilla>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serranus%20cabrilla>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Serranus cabrilla" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Serranus cabrilla'^^xsd:string;
  dwc:scientificName 'Serranus cabrilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '127041'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Serranus cabrilla'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Thalassoma%20pavo>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Thalassoma%20pavo> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Thalassoma%20pavo> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Thalassoma%20pavo>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Thalassoma%20pavo>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Thalassoma pavo" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Thalassoma pavo'^^xsd:string;
  dwc:scientificName 'Thalassoma pavo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '126970'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Thalassoma pavo'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126970'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eupolymnia%20nebulosa>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eupolymnia%20nebulosa> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eupolymnia%20nebulosa> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eupolymnia%20nebulosa>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Eupolymnia%20nebulosa>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Eupolymnia nebulosa" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Eupolymnia nebulosa'^^xsd:string;
  dwc:scientificName 'Eupolymnia nebulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '131489'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Eupolymnia nebulosa'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131489'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Filograninae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Filograninae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Filograninae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Filograninae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Filograninae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Filograninae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Filograninae'^^xsd:string;
  dwc:scientificName 'Filograninae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '886860'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Filograninae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '886860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sabellidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sabellidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sabellidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sabellidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sabellidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Sabellidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Sabellidae'^^xsd:string;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Sabellidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serpulidae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serpulidae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serpulidae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serpulidae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Serpulidae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Serpulidae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Serpulidae'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Serpulidae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hermodice%20carunculata>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hermodice%20carunculata> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hermodice%20carunculata> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hermodice%20carunculata>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hermodice%20carunculata>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Hermodice carunculata" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Hermodice carunculata'^^xsd:string;
  dwc:scientificName 'Hermodice carunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '129831'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Hermodice carunculata'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '129831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Agelas%20oroides>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Agelas%20oroides> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Agelas%20oroides> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Agelas%20oroides>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Agelas%20oroides>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Agelas oroides" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Agelas oroides'^^xsd:string;
  dwc:scientificName 'Agelas oroides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '132454'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Agelas oroides'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132454'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Axinella>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Axinella> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Axinella> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Axinella>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Axinella>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Axinella" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Axinella'^^xsd:string;
  dwc:scientificName 'Axinella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '131774'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Axinella'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131774'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chondrosia%20reniformis>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chondrosia%20reniformis> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chondrosia%20reniformis> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chondrosia%20reniformis>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Chondrosia%20reniformis>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Chondrosia reniformis" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Chondrosia reniformis'^^xsd:string;
  dwc:scientificName 'Chondrosia reniformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '134112'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Chondrosia reniformis'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134112'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hexadella%20racovitzai>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hexadella%20racovitzai> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hexadella%20racovitzai> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hexadella%20racovitzai>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Hexadella%20racovitzai>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Hexadella racovitzai" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Hexadella racovitzai'^^xsd:string;
  dwc:scientificName 'Hexadella racovitzai'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '132315'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Hexadella racovitzai'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '132315'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Phorbas%20topsenti>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Phorbas%20topsenti> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Phorbas%20topsenti> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Phorbas%20topsenti>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Phorbas%20topsenti>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Phorbas topsenti" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Phorbas topsenti'^^xsd:string;
  dwc:scientificName 'Phorbas topsenti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '367374'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Phorbas topsenti'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '367374'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sarcotragus>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sarcotragus> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sarcotragus> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sarcotragus>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Sarcotragus>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Sarcotragus" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Sarcotragus'^^xsd:string;
  dwc:scientificName 'Sarcotragus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '131753'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Sarcotragus'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Demospongiae>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Demospongiae> ;
  mr:hasGeometry <https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Demospongiae> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14231"^^xsd:decimal ;
  dwc:decimalLongitude "23.99767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Demospongiae>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14231 23.99767)"^^geo:wktLiteral ;
  geo-pos:lat "39.14231"^^xsd:decimal ;
  geo-pos:long "23.99767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/8470_Barketa_2021-06-20%2F26_40-44_Barketa_2021-06-20%2F26_40-44_Demospongiae>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Barketa_2021-06-20/26_40-44_Demospongiae" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8470_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-02-19'^^xsd:date;
  dwc:institutionCode 'FORTH'^^xsd:string;
  dwc:collectionCode 'Biodiversity of the upper-mesophotic octocoral habitats at Sporades Archipelago (Aegean Sea)'^^xsd:string;
  dwc:catalogNumber 'Barketa_2021-06-20/26_40-44_Demospongiae'^^xsd:string;
  dwc:scientificName 'Demospongiae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '23.99767'^^xsd:double;
  dwc:latitude '39.14231'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '164811'^^xsd:integer;
  dwc:samplingProtocol 'camera'^^xsd:string;
  dwc:occurrenceId 'Barketa_2021-06-20/26_40-44_Demospongiae'^^xsd:string;
  dwc:observationDate '2021-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '164811'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
# EOF