@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix marine-observation: <https://eurobis.org/ns/marine-observation/> .
@prefix mr: <http://marineregions.org/ns/ontology#> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix geo-pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.297497 9.656725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.297497"^^xsd:decimal ;
  dwc:decimalLongitude "9.656725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.297497 9.656725)"^^geo:wktLiteral ;
  geo-pos:lat "39.297497"^^xsd:decimal ;
  geo-pos:long "9.656725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '58'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '9.656725'^^xsd:double;
  dwc:latitude '39.297497'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_58'^^xsd:string;
  dwc:observationDate '2024-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-11-13_44.6974741_12.2398354_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-11-13_44.6974741_12.2398354_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-11-13_44.6974741_12.2398354_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6974741 12.2398354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6974741"^^xsd:decimal ;
  dwc:decimalLongitude "12.2398354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-11-13_44.6974741_12.2398354_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6974741 12.2398354)"^^geo:wktLiteral ;
  geo-pos:lat "44.6974741"^^xsd:decimal ;
  geo-pos:long "12.2398354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-11-13_44.6974741_12.2398354_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-11-13_44.6974741_12.2398354_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '36'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '12.2398354'^^xsd:double;
  dwc:latitude '44.6974741'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-11-13_44.6974741_12.2398354_36'^^xsd:string;
  dwc:observationDate '2022-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6996792 12.239917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6996792"^^xsd:decimal ;
  dwc:decimalLongitude "12.239917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6996792 12.239917)"^^geo:wktLiteral ;
  geo-pos:lat "44.6996792"^^xsd:decimal ;
  geo-pos:long "12.239917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '51'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '12.239917'^^xsd:double;
  dwc:latitude '44.6996792'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_51'^^xsd:string;
  dwc:observationDate '2023-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-06_45.44144144_12.30069103_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-06_45.44144144_12.30069103_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-06_45.44144144_12.30069103_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.44144144 12.30069103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.44144144"^^xsd:decimal ;
  dwc:decimalLongitude "12.30069103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-06_45.44144144_12.30069103_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.44144144 12.30069103)"^^geo:wktLiteral ;
  geo-pos:lat "45.44144144"^^xsd:decimal ;
  geo-pos:long "12.30069103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-06_45.44144144_12.30069103_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-10-06_45.44144144_12.30069103_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '34'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '12.30069103'^^xsd:double;
  dwc:latitude '45.44144144'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-10-06_45.44144144_12.30069103_34'^^xsd:string;
  dwc:observationDate '2022-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-01_45.4342493_12.32661_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-01_45.4342493_12.32661_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-01_45.4342493_12.32661_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4342493 12.32661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4342493"^^xsd:decimal ;
  dwc:decimalLongitude "12.32661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-01_45.4342493_12.32661_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4342493 12.32661)"^^geo:wktLiteral ;
  geo-pos:lat "45.4342493"^^xsd:decimal ;
  geo-pos:long "12.32661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-01_45.4342493_12.32661_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-08-01_45.4342493_12.32661_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '32'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '12.32661'^^xsd:double;
  dwc:latitude '45.4342493'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-08-01_45.4342493_12.32661_32'^^xsd:string;
  dwc:observationDate '2022-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0694466 12.3555787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0694466"^^xsd:decimal ;
  dwc:decimalLongitude "12.3555787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0694466 12.3555787)"^^geo:wktLiteral ;
  geo-pos:lat "45.0694466"^^xsd:decimal ;
  geo-pos:long "12.3555787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '61'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '12.3555787'^^xsd:double;
  dwc:latitude '45.0694466'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_61'^^xsd:string;
  dwc:observationDate '2024-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-14_36.227716_12.382994_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-14_36.227716_12.382994_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-14_36.227716_12.382994_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.227716 12.382994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.227716"^^xsd:decimal ;
  dwc:decimalLongitude "12.382994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-14_36.227716_12.382994_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.227716 12.382994)"^^geo:wktLiteral ;
  geo-pos:lat "36.227716"^^xsd:decimal ;
  geo-pos:long "12.382994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-14_36.227716_12.382994_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-14_36.227716_12.382994_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '30'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '12.382994'^^xsd:double;
  dwc:latitude '36.227716'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-14_36.227716_12.382994_30'^^xsd:string;
  dwc:observationDate '2022-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087863 12.5974874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087863"^^xsd:decimal ;
  dwc:decimalLongitude "12.5974874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087863 12.5974874)"^^geo:wktLiteral ;
  geo-pos:lat "45.087863"^^xsd:decimal ;
  geo-pos:long "12.5974874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '62'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '12.5974874'^^xsd:double;
  dwc:latitude '45.087863'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_62'^^xsd:string;
  dwc:observationDate '2024-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-11-09_44.66160583_12.63710213_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-11-09_44.66160583_12.63710213_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-11-09_44.66160583_12.63710213_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66160583 12.63710213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66160583"^^xsd:decimal ;
  dwc:decimalLongitude "12.63710213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-11-09_44.66160583_12.63710213_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66160583 12.63710213)"^^geo:wktLiteral ;
  geo-pos:lat "44.66160583"^^xsd:decimal ;
  geo-pos:long "12.63710213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-11-09_44.66160583_12.63710213_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-11-09_44.66160583_12.63710213_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '13'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '12.63710213'^^xsd:double;
  dwc:latitude '44.66160583'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-11-09_44.66160583_12.63710213_13'^^xsd:string;
  dwc:observationDate '2019-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-13_35.842967_12.859179_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-13_35.842967_12.859179_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-13_35.842967_12.859179_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.842967 12.859179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.842967"^^xsd:decimal ;
  dwc:decimalLongitude "12.859179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-13_35.842967_12.859179_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.842967 12.859179)"^^geo:wktLiteral ;
  geo-pos:lat "35.842967"^^xsd:decimal ;
  geo-pos:long "12.859179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-13_35.842967_12.859179_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-13_35.842967_12.859179_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '29'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '12.859179'^^xsd:double;
  dwc:latitude '35.842967'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-13_35.842967_12.859179_29'^^xsd:string;
  dwc:observationDate '2022-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-03-15_44.59001472_12.86607318_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-03-15_44.59001472_12.86607318_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-03-15_44.59001472_12.86607318_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.59001472 12.86607318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.59001472"^^xsd:decimal ;
  dwc:decimalLongitude "12.86607318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-03-15_44.59001472_12.86607318_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.59001472 12.86607318)"^^geo:wktLiteral ;
  geo-pos:lat "44.59001472"^^xsd:decimal ;
  geo-pos:long "12.86607318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-03-15_44.59001472_12.86607318_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-03-15_44.59001472_12.86607318_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '14'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '12.86607318'^^xsd:double;
  dwc:latitude '44.59001472'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-03-15_44.59001472_12.86607318_14'^^xsd:string;
  dwc:observationDate '2020-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-06_45.69749_13.116986_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-06_45.69749_13.116986_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-06_45.69749_13.116986_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.69749 13.116986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.69749"^^xsd:decimal ;
  dwc:decimalLongitude "13.116986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-06_45.69749_13.116986_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.69749 13.116986)"^^geo:wktLiteral ;
  geo-pos:lat "45.69749"^^xsd:decimal ;
  geo-pos:long "13.116986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-06_45.69749_13.116986_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-06_45.69749_13.116986_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '28'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '13.116986'^^xsd:double;
  dwc:latitude '45.69749'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-06_45.69749_13.116986_28'^^xsd:string;
  dwc:observationDate '2022-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-30_45.6721708_13.1179795_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-30_45.6721708_13.1179795_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-30_45.6721708_13.1179795_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6721708 13.1179795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6721708"^^xsd:decimal ;
  dwc:decimalLongitude "13.1179795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-30_45.6721708_13.1179795_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6721708 13.1179795)"^^geo:wktLiteral ;
  geo-pos:lat "45.6721708"^^xsd:decimal ;
  geo-pos:long "13.1179795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-30_45.6721708_13.1179795_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-30_45.6721708_13.1179795_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '42'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '13.1179795'^^xsd:double;
  dwc:latitude '45.6721708'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-30_45.6721708_13.1179795_42'^^xsd:string;
  dwc:observationDate '2023-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.6721751_13.1179847_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.6721751_13.1179847_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.6721751_13.1179847_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6721751 13.1179847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6721751"^^xsd:decimal ;
  dwc:decimalLongitude "13.1179847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.6721751_13.1179847_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6721751 13.1179847)"^^geo:wktLiteral ;
  geo-pos:lat "45.6721751"^^xsd:decimal ;
  geo-pos:long "13.1179847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.6721751_13.1179847_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-27_45.6721751_13.1179847_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '41'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '13.1179847'^^xsd:double;
  dwc:latitude '45.6721751'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-27_45.6721751_13.1179847_41'^^xsd:string;
  dwc:observationDate '2023-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-01-01_45.6722363_13.1180005_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-01-01_45.6722363_13.1180005_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-01-01_45.6722363_13.1180005_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6722363 13.1180005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6722363"^^xsd:decimal ;
  dwc:decimalLongitude "13.1180005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-01-01_45.6722363_13.1180005_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6722363 13.1180005)"^^geo:wktLiteral ;
  geo-pos:lat "45.6722363"^^xsd:decimal ;
  geo-pos:long "13.1180005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-01-01_45.6722363_13.1180005_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-01-01_45.6722363_13.1180005_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '37'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '13.1180005'^^xsd:double;
  dwc:latitude '45.6722363'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-01-01_45.6722363_13.1180005_37'^^xsd:string;
  dwc:observationDate '2023-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.7459952_13.1251149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.7459952_13.1251149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.7459952_13.1251149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7459952 13.1251149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7459952"^^xsd:decimal ;
  dwc:decimalLongitude "13.1251149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.7459952_13.1251149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7459952 13.1251149)"^^geo:wktLiteral ;
  geo-pos:lat "45.7459952"^^xsd:decimal ;
  geo-pos:long "13.1251149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.7459952_13.1251149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-07_45.7459952_13.1251149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '1'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '13.1251149'^^xsd:double;
  dwc:latitude '45.7459952'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-07_45.7459952_13.1251149_1'^^xsd:string;
  dwc:observationDate '2019-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-05_45.6776571_13.13072205_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-05_45.6776571_13.13072205_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-05_45.6776571_13.13072205_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6776571 13.13072205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6776571"^^xsd:decimal ;
  dwc:decimalLongitude "13.13072205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-05_45.6776571_13.13072205_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6776571 13.13072205)"^^geo:wktLiteral ;
  geo-pos:lat "45.6776571"^^xsd:decimal ;
  geo-pos:long "13.13072205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-05_45.6776571_13.13072205_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-06-05_45.6776571_13.13072205_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '26'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '13.13072205'^^xsd:double;
  dwc:latitude '45.6776571'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-06-05_45.6776571_13.13072205_26'^^xsd:string;
  dwc:observationDate '2022-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7707668 13.2314174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7707668"^^xsd:decimal ;
  dwc:decimalLongitude "13.2314174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7707668 13.2314174)"^^geo:wktLiteral ;
  geo-pos:lat "45.7707668"^^xsd:decimal ;
  geo-pos:long "13.2314174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '60'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '13.2314174'^^xsd:double;
  dwc:latitude '45.7707668'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_60'^^xsd:string;
  dwc:observationDate '2024-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-17_45.2650977_10.6887823_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-17_45.2650977_10.6887823_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-17_45.2650977_10.6887823_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.66319861 13.23303223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.66319861"^^xsd:decimal ;
  dwc:decimalLongitude "13.23303223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-17_45.2650977_10.6887823_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.66319861 13.23303223)"^^geo:wktLiteral ;
  geo-pos:lat "45.66319861"^^xsd:decimal ;
  geo-pos:long "13.23303223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-17_45.2650977_10.6887823_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-17_45.2650977_10.6887823_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '39'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '13.23303223'^^xsd:double;
  dwc:latitude '45.66319861'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-17_45.2650977_10.6887823_39'^^xsd:string;
  dwc:observationDate '2023-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-24_45.64598429_13.26747891_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-24_45.64598429_13.26747891_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-24_45.64598429_13.26747891_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.64598429 13.26747891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.64598429"^^xsd:decimal ;
  dwc:decimalLongitude "13.26747891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-24_45.64598429_13.26747891_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.64598429 13.26747891)"^^geo:wktLiteral ;
  geo-pos:lat "45.64598429"^^xsd:decimal ;
  geo-pos:long "13.26747891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-24_45.64598429_13.26747891_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-05-24_45.64598429_13.26747891_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '25'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '13.26747891'^^xsd:double;
  dwc:latitude '45.64598429'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-05-24_45.64598429_13.26747891_25'^^xsd:string;
  dwc:observationDate '2022-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.544964 13.271005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.544964"^^xsd:decimal ;
  dwc:decimalLongitude "13.271005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.544964 13.271005)"^^geo:wktLiteral ;
  geo-pos:lat "45.544964"^^xsd:decimal ;
  geo-pos:long "13.271005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '57'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '13.271005'^^xsd:double;
  dwc:latitude '45.544964'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_57'^^xsd:string;
  dwc:observationDate '2024-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.69463706 13.38471919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.69463706"^^xsd:decimal ;
  dwc:decimalLongitude "13.38471919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.69463706 13.38471919)"^^geo:wktLiteral ;
  geo-pos:lat "45.69463706"^^xsd:decimal ;
  geo-pos:long "13.38471919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '53'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '13.38471919'^^xsd:double;
  dwc:latitude '45.69463706'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_52'^^xsd:string;
  dwc:observationDate '2024-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-20_45.6765462_13.4026398_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-20_45.6765462_13.4026398_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-20_45.6765462_13.4026398_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6765462 13.4026398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6765462"^^xsd:decimal ;
  dwc:decimalLongitude "13.4026398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-20_45.6765462_13.4026398_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6765462 13.4026398)"^^geo:wktLiteral ;
  geo-pos:lat "45.6765462"^^xsd:decimal ;
  geo-pos:long "13.4026398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-20_45.6765462_13.4026398_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-10-20_45.6765462_13.4026398_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '11'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '13.4026398'^^xsd:double;
  dwc:latitude '45.6765462'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-10-20_45.6765462_13.4026398_11'^^xsd:string;
  dwc:observationDate '2019-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-22_45.633016_13.448872_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-22_45.633016_13.448872_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-22_45.633016_13.448872_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.633016 13.448872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.633016"^^xsd:decimal ;
  dwc:decimalLongitude "13.448872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-22_45.633016_13.448872_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.633016 13.448872)"^^geo:wktLiteral ;
  geo-pos:lat "45.633016"^^xsd:decimal ;
  geo-pos:long "13.448872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-22_45.633016_13.448872_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-22_45.633016_13.448872_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '9'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '13.448872'^^xsd:double;
  dwc:latitude '45.633016'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-22_45.633016_13.448872_9'^^xsd:string;
  dwc:observationDate '2019-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-20_45.77409065_13.53246402_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-20_45.77409065_13.53246402_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-20_45.77409065_13.53246402_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.77409065 13.53246402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.77409065"^^xsd:decimal ;
  dwc:decimalLongitude "13.53246402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-20_45.77409065_13.53246402_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.77409065 13.53246402)"^^geo:wktLiteral ;
  geo-pos:lat "45.77409065"^^xsd:decimal ;
  geo-pos:long "13.53246402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-06-20_45.77409065_13.53246402_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-06-20_45.77409065_13.53246402_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '27'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '13.53246402'^^xsd:double;
  dwc:latitude '45.77409065'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-06-20_45.77409065_13.53246402_27'^^xsd:string;
  dwc:observationDate '2022-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-21_45.75314331_13.56228828_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-21_45.75314331_13.56228828_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-21_45.75314331_13.56228828_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75314331 13.56228828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75314331"^^xsd:decimal ;
  dwc:decimalLongitude "13.56228828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-21_45.75314331_13.56228828_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75314331 13.56228828)"^^geo:wktLiteral ;
  geo-pos:lat "45.75314331"^^xsd:decimal ;
  geo-pos:long "13.56228828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-21_45.75314331_13.56228828_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-08-21_45.75314331_13.56228828_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '21'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '13.56228828'^^xsd:double;
  dwc:latitude '45.75314331'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-08-21_45.75314331_13.56228828_21'^^xsd:string;
  dwc:observationDate '2020-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-13_45.7537258_13.5635036_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-13_45.7537258_13.5635036_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-13_45.7537258_13.5635036_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7537258 13.5635036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7537258"^^xsd:decimal ;
  dwc:decimalLongitude "13.5635036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-13_45.7537258_13.5635036_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7537258 13.5635036)"^^geo:wktLiteral ;
  geo-pos:lat "45.7537258"^^xsd:decimal ;
  geo-pos:long "13.5635036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-08-13_45.7537258_13.5635036_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-08-13_45.7537258_13.5635036_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '20'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '13.5635036'^^xsd:double;
  dwc:latitude '45.7537258'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-08-13_45.7537258_13.5635036_20'^^xsd:string;
  dwc:observationDate '2020-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-13_45.75356293_13.56398392_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-13_45.75356293_13.56398392_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-13_45.75356293_13.56398392_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75356293 13.56398392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75356293"^^xsd:decimal ;
  dwc:decimalLongitude "13.56398392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-13_45.75356293_13.56398392_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75356293 13.56398392)"^^geo:wktLiteral ;
  geo-pos:lat "45.75356293"^^xsd:decimal ;
  geo-pos:long "13.56398392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-13_45.75356293_13.56398392_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-13_45.75356293_13.56398392_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '49'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '13.56398392'^^xsd:double;
  dwc:latitude '45.75356293'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-13_45.75356293_13.56398392_49'^^xsd:string;
  dwc:observationDate '2023-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7533719 13.5640811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7533719"^^xsd:decimal ;
  dwc:decimalLongitude "13.5640811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7533719 13.5640811)"^^geo:wktLiteral ;
  geo-pos:lat "45.7533719"^^xsd:decimal ;
  geo-pos:long "13.5640811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '63'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '13.5640811'^^xsd:double;
  dwc:latitude '45.7533719'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_63'^^xsd:string;
  dwc:observationDate '2024-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-11_45.754026_13.5642575_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-11_45.754026_13.5642575_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-11_45.754026_13.5642575_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.754026 13.5642575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.754026"^^xsd:decimal ;
  dwc:decimalLongitude "13.5642575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-11_45.754026_13.5642575_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.754026 13.5642575)"^^geo:wktLiteral ;
  geo-pos:lat "45.754026"^^xsd:decimal ;
  geo-pos:long "13.5642575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-11_45.754026_13.5642575_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-11_45.754026_13.5642575_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '47'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '13.5642575'^^xsd:double;
  dwc:latitude '45.754026'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-11_45.754026_13.5642575_47'^^xsd:string;
  dwc:observationDate '2023-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-20_45.7537943_13.5643311_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-20_45.7537943_13.5643311_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-20_45.7537943_13.5643311_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7537943 13.5643311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7537943"^^xsd:decimal ;
  dwc:decimalLongitude "13.5643311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-20_45.7537943_13.5643311_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7537943 13.5643311)"^^geo:wktLiteral ;
  geo-pos:lat "45.7537943"^^xsd:decimal ;
  geo-pos:long "13.5643311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-20_45.7537943_13.5643311_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-20_45.7537943_13.5643311_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '50'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '13.5643311'^^xsd:double;
  dwc:latitude '45.7537943'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-20_45.7537943_13.5643311_50'^^xsd:string;
  dwc:observationDate '2023-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-22_45.7895062_13.584443_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-22_45.7895062_13.584443_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-22_45.7895062_13.584443_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7895062 13.584443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7895062"^^xsd:decimal ;
  dwc:decimalLongitude "13.584443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-22_45.7895062_13.584443_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7895062 13.584443)"^^geo:wktLiteral ;
  geo-pos:lat "45.7895062"^^xsd:decimal ;
  geo-pos:long "13.584443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-22_45.7895062_13.584443_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-06-22_45.7895062_13.584443_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '16'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '13.584443'^^xsd:double;
  dwc:latitude '45.7895062'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-06-22_45.7895062_13.584443_16'^^xsd:string;
  dwc:observationDate '2020-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-12_45.7707882_13.6223445_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-12_45.7707882_13.6223445_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-12_45.7707882_13.6223445_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7707882 13.6223445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7707882"^^xsd:decimal ;
  dwc:decimalLongitude "13.6223445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-12_45.7707882_13.6223445_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7707882 13.6223445)"^^geo:wktLiteral ;
  geo-pos:lat "45.7707882"^^xsd:decimal ;
  geo-pos:long "13.6223445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-12_45.7707882_13.6223445_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-12_45.7707882_13.6223445_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '8'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '13.6223445'^^xsd:double;
  dwc:latitude '45.7707882'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-12_45.7707882_13.6223445_8'^^xsd:string;
  dwc:observationDate '2019-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-26_45.76570279_13.62778472_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-26_45.76570279_13.62778472_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-26_45.76570279_13.62778472_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76570279 13.62778472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76570279"^^xsd:decimal ;
  dwc:decimalLongitude "13.62778472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-26_45.76570279_13.62778472_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76570279 13.62778472)"^^geo:wktLiteral ;
  geo-pos:lat "45.76570279"^^xsd:decimal ;
  geo-pos:long "13.62778472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-26_45.76570279_13.62778472_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-07-26_45.76570279_13.62778472_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '19'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '13.62778472'^^xsd:double;
  dwc:latitude '45.76570279'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-07-26_45.76570279_13.62778472_19'^^xsd:string;
  dwc:observationDate '2020-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-12_45.7494489_13.64822511_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-12_45.7494489_13.64822511_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-12_45.7494489_13.64822511_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7494489 13.64822511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7494489"^^xsd:decimal ;
  dwc:decimalLongitude "13.64822511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-12_45.7494489_13.64822511_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7494489 13.64822511)"^^geo:wktLiteral ;
  geo-pos:lat "45.7494489"^^xsd:decimal ;
  geo-pos:long "13.64822511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-12_45.7494489_13.64822511_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-07-12_45.7494489_13.64822511_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '17'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '13.64822511'^^xsd:double;
  dwc:latitude '45.7494489'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-07-12_45.7494489_13.64822511_17'^^xsd:string;
  dwc:observationDate '2020-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.74261771_13.66380908_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.74261771_13.66380908_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.74261771_13.66380908_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.74261771 13.66380908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.74261771"^^xsd:decimal ;
  dwc:decimalLongitude "13.66380908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.74261771_13.66380908_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.74261771 13.66380908)"^^geo:wktLiteral ;
  geo-pos:lat "45.74261771"^^xsd:decimal ;
  geo-pos:long "13.66380908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.74261771_13.66380908_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-07_45.74261771_13.66380908_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '2'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '13.66380908'^^xsd:double;
  dwc:latitude '45.74261771'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-07_45.74261771_13.66380908_2'^^xsd:string;
  dwc:observationDate '2019-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.741261 13.6694103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.741261"^^xsd:decimal ;
  dwc:decimalLongitude "13.6694103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.741261 13.6694103)"^^geo:wktLiteral ;
  geo-pos:lat "45.741261"^^xsd:decimal ;
  geo-pos:long "13.6694103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '56'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '13.6694103'^^xsd:double;
  dwc:latitude '45.741261'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_56'^^xsd:string;
  dwc:observationDate '2024-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.73091416_13.67352561_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.73091416_13.67352561_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.73091416_13.67352561_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.73091416 13.67352561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.73091416"^^xsd:decimal ;
  dwc:decimalLongitude "13.67352561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.73091416_13.67352561_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.73091416 13.67352561)"^^geo:wktLiteral ;
  geo-pos:lat "45.73091416"^^xsd:decimal ;
  geo-pos:long "13.67352561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-07_45.73091416_13.67352561_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-07_45.73091416_13.67352561_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '4'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '13.67352561'^^xsd:double;
  dwc:latitude '45.73091416'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-07_45.73091416_13.67352561_4'^^xsd:string;
  dwc:observationDate '2019-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7300451_13.674963_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7300451_13.674963_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7300451_13.674963_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7300451 13.674963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7300451"^^xsd:decimal ;
  dwc:decimalLongitude "13.674963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7300451_13.674963_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7300451 13.674963)"^^geo:wktLiteral ;
  geo-pos:lat "45.7300451"^^xsd:decimal ;
  geo-pos:long "13.674963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7300451_13.674963_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-05_45.7300451_13.674963_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '6'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '13.674963'^^xsd:double;
  dwc:latitude '45.7300451'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-05_45.7300451_13.674963_6'^^xsd:string;
  dwc:observationDate '2019-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-23_45.72580381_13.69079591_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-23_45.72580381_13.69079591_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-23_45.72580381_13.69079591_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.72580381 13.69079591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.72580381"^^xsd:decimal ;
  dwc:decimalLongitude "13.69079591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-23_45.72580381_13.69079591_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.72580381 13.69079591)"^^geo:wktLiteral ;
  geo-pos:lat "45.72580381"^^xsd:decimal ;
  geo-pos:long "13.69079591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-23_45.72580381_13.69079591_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-23_45.72580381_13.69079591_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '46'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '13.69079591'^^xsd:double;
  dwc:latitude '45.72580381'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-23_45.72580381_13.69079591_46'^^xsd:string;
  dwc:observationDate '2023-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-06_45.70205535_13.69120784_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-06_45.70205535_13.69120784_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-06_45.70205535_13.69120784_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.70205535 13.69120784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.70205535"^^xsd:decimal ;
  dwc:decimalLongitude "13.69120784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-06_45.70205535_13.69120784_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.70205535 13.69120784)"^^geo:wktLiteral ;
  geo-pos:lat "45.70205535"^^xsd:decimal ;
  geo-pos:long "13.69120784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-08-06_45.70205535_13.69120784_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-08-06_45.70205535_13.69120784_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '33'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '13.69120784'^^xsd:double;
  dwc:latitude '45.70205535'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-08-06_45.70205535_13.69120784_33'^^xsd:string;
  dwc:observationDate '2022-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7221243_13.6947491_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7221243_13.6947491_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7221243_13.6947491_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7221243 13.6947491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7221243"^^xsd:decimal ;
  dwc:decimalLongitude "13.6947491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7221243_13.6947491_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7221243 13.6947491)"^^geo:wktLiteral ;
  geo-pos:lat "45.7221243"^^xsd:decimal ;
  geo-pos:long "13.6947491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-09-05_45.7221243_13.6947491_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-05_45.7221243_13.6947491_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '7'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '13.6947491'^^xsd:double;
  dwc:latitude '45.7221243'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-09-05_45.7221243_13.6947491_7'^^xsd:string;
  dwc:observationDate '2019-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6987223 13.706421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6987223"^^xsd:decimal ;
  dwc:decimalLongitude "13.706421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6987223 13.706421)"^^geo:wktLiteral ;
  geo-pos:lat "45.6987223"^^xsd:decimal ;
  geo-pos:long "13.706421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '59'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '13.706421'^^xsd:double;
  dwc:latitude '45.6987223'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_59'^^xsd:string;
  dwc:observationDate '2024-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-18_45.70383862_13.71088457_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-18_45.70383862_13.71088457_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-18_45.70383862_13.71088457_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.70383862 13.71088457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.70383862"^^xsd:decimal ;
  dwc:decimalLongitude "13.71088457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-18_45.70383862_13.71088457_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.70383862 13.71088457)"^^geo:wktLiteral ;
  geo-pos:lat "45.70383862"^^xsd:decimal ;
  geo-pos:long "13.71088457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-10-18_45.70383862_13.71088457_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-10-18_45.70383862_13.71088457_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '35'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '13.71088457'^^xsd:double;
  dwc:latitude '45.70383862'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-10-18_45.70383862_13.71088457_35'^^xsd:string;
  dwc:observationDate '2022-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-19_45.706471_13.7117356_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-19_45.706471_13.7117356_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-19_45.706471_13.7117356_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.706471 13.7117356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.706471"^^xsd:decimal ;
  dwc:decimalLongitude "13.7117356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-19_45.706471_13.7117356_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.706471 13.7117356)"^^geo:wktLiteral ;
  geo-pos:lat "45.706471"^^xsd:decimal ;
  geo-pos:long "13.7117356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-19_45.706471_13.7117356_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-10-19_45.706471_13.7117356_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '10'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '13.7117356'^^xsd:double;
  dwc:latitude '45.706471'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-10-19_45.706471_13.7117356_10'^^xsd:string;
  dwc:observationDate '2019-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-10-27_45.70363333_13.7120828_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-10-27_45.70363333_13.7120828_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-10-27_45.70363333_13.7120828_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.70363333 13.7120828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.70363333"^^xsd:decimal ;
  dwc:decimalLongitude "13.7120828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-10-27_45.70363333_13.7120828_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.70363333 13.7120828)"^^geo:wktLiteral ;
  geo-pos:lat "45.70363333"^^xsd:decimal ;
  geo-pos:long "13.7120828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-10-27_45.70363333_13.7120828_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-10-27_45.70363333_13.7120828_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '22'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '13.7120828'^^xsd:double;
  dwc:latitude '45.70363333'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-10-27_45.70363333_13.7120828_22'^^xsd:string;
  dwc:observationDate '2020-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-19_45.60977858_13.7176609_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-19_45.60977858_13.7176609_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-19_45.60977858_13.7176609_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.60977858 13.7176609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.60977858"^^xsd:decimal ;
  dwc:decimalLongitude "13.7176609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-19_45.60977858_13.7176609_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.60977858 13.7176609)"^^geo:wktLiteral ;
  geo-pos:lat "45.60977858"^^xsd:decimal ;
  geo-pos:long "13.7176609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-19_45.60977858_13.7176609_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-05-19_45.60977858_13.7176609_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '24'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '13.7176609'^^xsd:double;
  dwc:latitude '45.60977858'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-05-19_45.60977858_13.7176609_24'^^xsd:string;
  dwc:observationDate '2022-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-15_45.69784057_13.7271861_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-15_45.69784057_13.7271861_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-15_45.69784057_13.7271861_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.69784057 13.7271861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.69784057"^^xsd:decimal ;
  dwc:decimalLongitude "13.7271861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-15_45.69784057_13.7271861_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.69784057 13.7271861)"^^geo:wktLiteral ;
  geo-pos:lat "45.69784057"^^xsd:decimal ;
  geo-pos:long "13.7271861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-15_45.69784057_13.7271861_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-15_45.69784057_13.7271861_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '5'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '13.7271861'^^xsd:double;
  dwc:latitude '45.69784057'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-15_45.69784057_13.7271861_5'^^xsd:string;
  dwc:observationDate '2019-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-31_45.62650681_13.73018551_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-31_45.62650681_13.73018551_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-31_45.62650681_13.73018551_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62650681 13.73018551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62650681"^^xsd:decimal ;
  dwc:decimalLongitude "13.73018551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-31_45.62650681_13.73018551_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62650681 13.73018551)"^^geo:wktLiteral ;
  geo-pos:lat "45.62650681"^^xsd:decimal ;
  geo-pos:long "13.73018551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-07-31_45.62650681_13.73018551_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-31_45.62650681_13.73018551_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '31'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '13.73018551'^^xsd:double;
  dwc:latitude '45.62650681'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-07-31_45.62650681_13.73018551_31'^^xsd:string;
  dwc:observationDate '2022-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-16_45.6658695_13.7365923_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-16_45.6658695_13.7365923_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-16_45.6658695_13.7365923_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6658695 13.7365923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6658695"^^xsd:decimal ;
  dwc:decimalLongitude "13.7365923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-16_45.6658695_13.7365923_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6658695 13.7365923)"^^geo:wktLiteral ;
  geo-pos:lat "45.6658695"^^xsd:decimal ;
  geo-pos:long "13.7365923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-16_45.6658695_13.7365923_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-16_45.6658695_13.7365923_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '43'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '13.7365923'^^xsd:double;
  dwc:latitude '45.6658695'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-16_45.6658695_13.7365923_43'^^xsd:string;
  dwc:observationDate '2023-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-21_45.68949701_13.7398075_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-21_45.68949701_13.7398075_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-21_45.68949701_13.7398075_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.68949701 13.7398075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.68949701"^^xsd:decimal ;
  dwc:decimalLongitude "13.7398075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-21_45.68949701_13.7398075_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.68949701 13.7398075)"^^geo:wktLiteral ;
  geo-pos:lat "45.68949701"^^xsd:decimal ;
  geo-pos:long "13.7398075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-10-21_45.68949701_13.7398075_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-10-21_45.68949701_13.7398075_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '12'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '13.7398075'^^xsd:double;
  dwc:latitude '45.68949701'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-10-21_45.68949701_13.7398075_12'^^xsd:string;
  dwc:observationDate '2019-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-11_45.686183_13.745618_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-11_45.686183_13.745618_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-11_45.686183_13.745618_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.686183 13.745618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.686183"^^xsd:decimal ;
  dwc:decimalLongitude "13.745618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-11_45.686183_13.745618_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.686183 13.745618)"^^geo:wktLiteral ;
  geo-pos:lat "45.686183"^^xsd:decimal ;
  geo-pos:long "13.745618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2019-08-11_45.686183_13.745618_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-11_45.686183_13.745618_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '3'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '13.745618'^^xsd:double;
  dwc:latitude '45.686183'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2019-08-11_45.686183_13.745618_3'^^xsd:string;
  dwc:observationDate '2019-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-30_45.679391_13.750544_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-30_45.679391_13.750544_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-30_45.679391_13.750544_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.679391 13.750544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.679391"^^xsd:decimal ;
  dwc:decimalLongitude "13.750544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-30_45.679391_13.750544_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.679391 13.750544)"^^geo:wktLiteral ;
  geo-pos:lat "45.679391"^^xsd:decimal ;
  geo-pos:long "13.750544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-06-30_45.679391_13.750544_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-06-30_45.679391_13.750544_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '15'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '13.750544'^^xsd:double;
  dwc:latitude '45.679391'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-06-30_45.679391_13.750544_15'^^xsd:string;
  dwc:observationDate '2020-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-12_45.669947_13.753295_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-12_45.669947_13.753295_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-12_45.669947_13.753295_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.669947 13.753295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.669947"^^xsd:decimal ;
  dwc:decimalLongitude "13.753295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-12_45.669947_13.753295_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.669947 13.753295)"^^geo:wktLiteral ;
  geo-pos:lat "45.669947"^^xsd:decimal ;
  geo-pos:long "13.753295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-09-12_45.669947_13.753295_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-12_45.669947_13.753295_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '48'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '13.753295'^^xsd:double;
  dwc:latitude '45.669947'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-09-12_45.669947_13.753295_48'^^xsd:string;
  dwc:observationDate '2023-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.650883_13.756178_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.650883_13.756178_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.650883_13.756178_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.650883 13.756178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.650883"^^xsd:decimal ;
  dwc:decimalLongitude "13.756178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.650883_13.756178_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.650883 13.756178)"^^geo:wktLiteral ;
  geo-pos:lat "45.650883"^^xsd:decimal ;
  geo-pos:long "13.756178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-27_45.650883_13.756178_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-27_45.650883_13.756178_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '40'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '13.756178'^^xsd:double;
  dwc:latitude '45.650883'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-27_45.650883_13.756178_40'^^xsd:string;
  dwc:observationDate '2023-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-21_45.65350421_13.76202392_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-21_45.65350421_13.76202392_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-21_45.65350421_13.76202392_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65350421 13.76202392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65350421"^^xsd:decimal ;
  dwc:decimalLongitude "13.76202392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-21_45.65350421_13.76202392_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65350421 13.76202392)"^^geo:wktLiteral ;
  geo-pos:lat "45.65350421"^^xsd:decimal ;
  geo-pos:long "13.76202392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2020-07-21_45.65350421_13.76202392_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2020-07-21_45.65350421_13.76202392_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '18'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '13.76202392'^^xsd:double;
  dwc:latitude '45.65350421'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2020-07-21_45.65350421_13.76202392_18'^^xsd:string;
  dwc:observationDate '2020-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6513496 13.769041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6513496"^^xsd:decimal ;
  dwc:decimalLongitude "13.769041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6513496 13.769041)"^^geo:wktLiteral ;
  geo-pos:lat "45.6513496"^^xsd:decimal ;
  geo-pos:long "13.769041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '54'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '13.769041'^^xsd:double;
  dwc:latitude '45.6513496'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_54'^^xsd:string;
  dwc:observationDate '2024-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.635375 13.78088167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.635375"^^xsd:decimal ;
  dwc:decimalLongitude "13.78088167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.635375 13.78088167)"^^geo:wktLiteral ;
  geo-pos:lat "45.635375"^^xsd:decimal ;
  geo-pos:long "13.78088167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-14_45.635375_13.78088167_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '52'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '13.78088167'^^xsd:double;
  dwc:latitude '45.635375'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-14_45.635375_13.78088167_52'^^xsd:string;
  dwc:observationDate '2023-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-11_38.1822893_16.3878834_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-11_38.1822893_16.3878834_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-11_38.1822893_16.3878834_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1822893 16.3878834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1822893"^^xsd:decimal ;
  dwc:decimalLongitude "16.3878834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-11_38.1822893_16.3878834_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1822893 16.3878834)"^^geo:wktLiteral ;
  geo-pos:lat "38.1822893"^^xsd:decimal ;
  geo-pos:long "16.3878834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2022-05-11_38.1822893_16.3878834_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2022-05-11_38.1822893_16.3878834_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '23'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '16.3878834'^^xsd:double;
  dwc:latitude '38.1822893'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2022-05-11_38.1822893_16.3878834_23'^^xsd:string;
  dwc:observationDate '2022-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.783478 17.617521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.783478"^^xsd:decimal ;
  dwc:decimalLongitude "17.617521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.783478 17.617521)"^^geo:wktLiteral ;
  geo-pos:lat "40.783478"^^xsd:decimal ;
  geo-pos:long "17.617521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-10-07_44.6996792_12.239917_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '55'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '17.617521'^^xsd:double;
  dwc:latitude '40.783478'^^xsd:double;
  dwc:occurrenceRemarks 'found dead'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-10-07_44.6996792_12.239917_55'^^xsd:string;
  dwc:observationDate '2024-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-17_38.910862_24.461513_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-17_38.910862_24.461513_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-17_38.910862_24.461513_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.910862 24.461513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.910862"^^xsd:decimal ;
  dwc:decimalLongitude "24.461513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-17_38.910862_24.461513_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.910862 24.461513)"^^geo:wktLiteral ;
  geo-pos:lat "38.910862"^^xsd:decimal ;
  geo-pos:long "24.461513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-17_38.910862_24.461513_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-17_38.910862_24.461513_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '44'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '24.461513'^^xsd:double;
  dwc:latitude '38.910862'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-17_38.910862_24.461513_44'^^xsd:string;
  dwc:observationDate '2023-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-19_38.913847_24.465148_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-19_38.913847_24.465148_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-19_38.913847_24.465148_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.913847 24.465148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.913847"^^xsd:decimal ;
  dwc:decimalLongitude "24.465148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-19_38.913847_24.465148_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.913847 24.465148)"^^geo:wktLiteral ;
  geo-pos:lat "38.913847"^^xsd:decimal ;
  geo-pos:long "24.465148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-08-19_38.913847_24.465148_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-19_38.913847_24.465148_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '45'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '24.465148'^^xsd:double;
  dwc:latitude '38.913847'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-08-19_38.913847_24.465148_45'^^xsd:string;
  dwc:observationDate '2023-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
<https://eurobis.org/id/location/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-10_35.3693562_24.4808309_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-10_35.3693562_24.4808309_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-10_35.3693562_24.4808309_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.3693562 24.4808309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.3693562"^^xsd:decimal ;
  dwc:decimalLongitude "24.4808309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks "The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast."@en .

<https://eurobis.org/id/point/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-10_35.3693562_24.4808309_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.3693562 24.4808309)"^^geo:wktLiteral ;
  geo-pos:lat "35.3693562"^^xsd:decimal ;
  geo-pos:long "24.4808309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/7973__Sea%20turtles%20validated%20sightings%20reported%20by%20avvistAPP%20users_OGS_2023-06-10_35.3693562_24.4808309_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-10_35.3693562_24.4808309_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/7973_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:institutionCode 'OGS'^^xsd:string;
  dwc:catalogNumber '38'^^xsd:integer;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.4808309'^^xsd:double;
  dwc:latitude '35.3693562'^^xsd:double;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId 'Sea turtles validated sightings reported by avvistAPP users_OGS_2023-06-10_35.3693562_24.4808309_38'^^xsd:string;
  dwc:observationDate '2023-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:locationRemarks 'The coordinates are not the precise coordinates of the organism, but the coordinates of the device reporting the sighting. Therefore, in case of coordinates on land it means that the user reported from the coast.'^^xsd:string;
  .
# EOF